Explain Event in AngularJS , List some events you have worked in AngularJs?

devquora
devquora

Posted On: Feb 22, 2018

 

The AngularJS framework includes certain directives that can be used to provide the custom behavior on various DOM events. Some of the events are:

  • ng-click
  • ng-keyup
  • ng-keydown
  • ng-keypress
  • ng-dblclick
  • ng-mousedown
  • ng-mouseleave
  • ng-mouseenter
  • ng-change

    Related Questions

    Please Login or Register to leave a response.

    Related Questions