Form Events
AngularJS has its own HTML events directives which are associated with the HTML controls.
AngularJS supports the following events:
* ng-click
* ng-dbl-click
* ng-mousedown
* ng-mouseup
* ng-mouseenter
* ng-mouseleave
* ng-mousemove
* ng-mouseover
* ng-keydown
* ng-keyup
* ng-keypress
* ng-change
Related Tutorial