Which AngularJS directive is used to define AngularJS code that will be executed when the element is being clicked?

59. Which AngularJS directive is used to define AngularJS code that will be executed when the element is being clicked?

  1. ng-click
  2. ng-mouseOver
  3. ng-mouseClick
  4. ng-mouse

Answer: A) ng-click

Explanation:

The ng-click directive is used to define AngularJS code that will be executed when the element is being clicked.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.