aquint / ion-alpha-scroll

Alphabetically indexed list with alpha scroll bar.
99 stars 35 forks source link

collection-repeat vs ng-repeat #5

Open ghost opened 9 years ago

ghost commented 9 years ago

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?)

aquint commented 9 years ago

Good point, I'll look into adding this!

youhammi commented 9 years ago

Facing same issue with a long list of contacts, it will be performance saver to implement collection repeat. Thanks

jackyon commented 9 years ago

yep~ when people need indexed list feature, I think that page probably have large items, so i guess every one will consider using collection repeat, so this feature is needed, can't wait for the updates.

big thanks!

binoculars88 commented 8 years ago

Any news about this update? I'm very interested in the feature too.

david-zacharias commented 8 years ago

:+1:

kpennell commented 8 years ago

:+1:

jboothe commented 8 years ago

+1

HugoHeneault commented 8 years ago

Any news?