Hi,
Can anybody recommend an Angular infinite scroll directive that I can use with Ionic and other non Ionic projects?
Here’s what I’ve found so far https://github.com/angular-ui/ui-scroll.
ui-scroll is good in that it destroys any items that are not in the immediate view. This means the performance is not affected as the user scrolls through large data sets. Also, ui-scroll has no dependencies on other components eg. Bootstrap.
I’m not sure if ui-scroll will work with Ionic, so is there an established infinite scroll I should be using?
Any help appreciated.
Regards,
Paul.