In angular we can set up a button to send ajax requests like this in view:
... ng-click=\"button-click\"
and in controller:
As suggested in one of the answers, I tried using ng-dbliclick="return false;" which gives JS warning.
ng-dbliclick="return false;"
Insted I used ng-dblclick="return" which is working smooth. Though this only works inside the tag.
ng-dblclick="return"