@mariuscotor wrote:
I tried to use infinite scroll in an application but I have some issues:
- loadMore method is called too often. e.g. I have 10 items to display (3 items are displayed on the screen, for the next 7 I have to scroll) and the loadMore event is called for 7 times.
- should I throw the event: scroll.infiniteScrollComplete as in ionic 1? (e.g. $scope.$broadcast('scroll.infiniteScrollComplete'). If yes, how should be throw the event (exists a sample somewhere)?
thanks
Posts: 3
Participants: 2