Skip to content

8bitDesigner/ng-fastclick

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Thin wrapper around the FT's Fastclick library

Resources

Stars

Watchers

Forks

Packages

No packages published