Could this be implemented using Ionic's collection-repeat rather than the vanilla ng-repeat? Collection-repeat keeps big and complex lists much more performant by only rendering what is in the viewport and switching the items out in the back ground.
For instance I have a list of 1000+ albums, each of which has coverart displayed in the list, with collection-repeat performance is good, with ng-repeat it bogs down on scroll.
As this is ionic focused it would be good to make the most of Ionic's cool features (or even make it an option to use either?)
Could this be implemented using Ionic's collection-repeat rather than the vanilla ng-repeat? Collection-repeat keeps big and complex lists much more performant by only rendering what is in the viewport and switching the items out in the back ground.
For instance I have a list of 1000+ albums, each of which has coverart displayed in the list, with collection-repeat performance is good, with ng-repeat it bogs down on scroll.
As this is ionic focused it would be good to make the most of Ionic's cool features (or even make it an option to use either?)