Tuesday, April 21, 2015

AngularJs events

AngularJS provides multiple events associated with the HTML controls.
For example, ng-click directive is generally associated with a button. 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

No comments:

Post a Comment