I'm new to angular. ng-click seems like a pretty core directive, I don't understand how you can make an app without ng-click. Am I missing something? Apparently it's deprecated. And the docs point me to fastclick but that's not an angular implementation.
Is there a popular non-deprecated way of doing what ng-click did? I couldn't find any popular packages on bower for this. Thanks.
ng-click
is only being deprecated within the ngTouch module due to delays when used in mobile browsers.Regular ngClick in the core
ng
module will remain unaffected.If you do infact need to use fastclick as an alternative there are a couple of angular wrapped versions available. One, Two.