This is a very thin (3 line!) Angular wrapper around the FT's fantastic FastClick
This Ntree fork fixes a bug on touch. ftlabs/fastclick#466
In your Angular project, run bower install --save ng-fastclick to save the
module. Then, in your HTML, add:
<script src="/path/to/bower_components/ng-fastclick/dist/index.min.js"></script>And lastly, in your Angular module, include ng-fastclick as a dependency:
angular.module('my-app', ['ng-fastclick'])