angular-pull-to-refresh
angular-pull-to-refresh copied to clipboard
CSS3 Pull-to-Refresh directive for AngularJS
does not work in our cordova project :(
In Android is ok but in iOS is flickering. Any ideas?
I am trying to get it work on Android. But it doesn't seems to work :(
even thou package is listed in bower.json, wiredep doesnot include css or js in index.html
"main": [ "dist/angular-pull-to-refresh.js", "dist/angular-pull-to-refresh.css" ] this is required by modules like main-bower-files to filters files
This fixes the issue with wiredep injection (https://github.com/mgcrea/angular-pull-to-refresh/issues/16)
First of all, sorry about 9 commits in a single pull request, but at the beginning, I was not thinking to make the PR but at the end I've changed...
I want to use Glyphiconc instead of Font Awesome icons. Can I do it?