mtr / angular-iscroll

AngularJS module that enables iScroll 5 functionality, wrapping it in an easy-to-use directive.
MIT License
74 stars 27 forks source link

Add support for periodic instance.refresh() calls. #1

Closed mtr closed 9 years ago

mtr commented 9 years ago

Avoid calling refresh if a scroll is being performed. This way of calling refresh() every n ms is not ideal, but in a complex application, it might be a good way to start when first introducing angular-iscroll.