AngularJS 이벤트
AngularJS 이벤트 다음 지시문 중 하나 이상을 사용하여 HTML 요소에 AngularJS 이벤트 리스너를 추가 할 수 있습니다. 1. ng-blur 2. ng-change 3. ng-click 4. ng-copy 5. ng-cut 6. ng-dblclick 7. ng-focus 8. ng-keydown 9. ng-keypress 10. ng-keyup 11. ng-mousedown 12. ng-mouseenter 13. ng-mouseleave 14. ng-mousemove 15. ng-mouseover 16. ng-mouseup 17. ng-paste 이벤트 지시문을 사용하여 특정 사용자 이벤트에서 AngularJS 함수를 실행할 수 있습니다. AngularJS 이벤트는 HTML 이벤트를 겹쳐 ..