Working on angular project where i need to execute a function on an element clicked using ng-click. Using ng-click on any element won't fire the function except when i use (click) eg Box 1 -- this does not work Box 1 -- this works
so where exactly is ng-click useful?
Thank You