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

how to create Pull down to refresh and Pull up to request more #36

Closed jrmendz closed 7 years ago

jrmendz commented 8 years ago

I was using ionics refresher and ionic infinite scroll before but due to poor performance i needed to change it with iScroll <ion-refresher on-refresh="doRefresh()"></ion-refresher> <ion-infinite-scroll ng-if="page <= last_page" on-infinite="loadMore()" distance="20%"></ion-infinite-scroll>

xiangyu1225 commented 8 years ago

https://github.com/mtr/angular-iscroll/issues/33 希望有帮助

mtr commented 7 years ago

This seems to be a purely IScroll, not iscroll-angular, related question.