Infinite scroll with large data sets

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.

Have you look at collection-repeat? Ng-repeat vs collection-repeat: a quantitive analysis

OK. Collection-Repeat looks good for Ionic.

I was rather hoping for a directive that I could use for Ionic and regular Angular website development, but I appreciate your help.

Regards, Paul