Extends ui-sref directive (part of angular-ui-router) to add fastclick style behaviour
From Bower:
bower install --save angular-ui-sref-fastclick
From Npm :
npm install --save homerjam/angular-ui-sref-fastclick
Include angular-ui-sref-fastclick.js
on your page
Include hj.uiSrefFastclick
as a dependency in your app
That's it, the directive just extends the ui-sref
directive so nothing else is necessary.