Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 530 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 530 Bytes

ng-fastclick

This is a very thin (3 line!) Angular wrapper around the FT's fantastic FastClick

Installation

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'])