Which AngularJS directive is used to define AngularJS code that will be executed when the element is being clicked?
Options:
Explanation:
The
ng-click directive is used to define AngularJS code that will be executed when the element is being clicked.
Tags:
AngularJS
Answer:
Which AngularJS directive is used to define AngularJS code that will be executed when the element is being clicked ng-click.