Ng-click directives can be used in a scenario when you have to click on the button or want to perform any operation.
Example:
<button ng-click="count = count ++">Click</button>
Ng-click directives can be used in a scenario when you have to click on the button or want to perform any operation.
Example:
<button ng-click="count = count ++">Click</button>