angular-iscroll
angular-iscroll copied to clipboard
AngularJS module that enables iScroll 5 functionality, wrapping it in an easy-to-use directive.
When deploying, I get a notification that iscroll isn't a module. This can be fixed by adding "export" in front of "interface IScrollOptions { ... }" and "declare class IScroll...
Hi @mtr I'm using ngAnimate to mange page transitions and I set angular-iscroll to automatically refresh all istances every 500ms (refreshInterval: 500). Sometimes when i change page in my angular...
Hi, I am expiriancing the following problem once I set refreshInterval: 500. Everything works fine ultil I leave the route, the scroller is on ( change route, template and ctrl...