Hi,
I am using angular-slick for displaying a large collection of items ~1000 with ng-repeat (5 each time).
Is there a way to lower the number of items loaded on the DOM and get better performance?
I mean - are the hidden items can be added dynamically of each click on NEXT btn? Or maybe somehow optimize the hidden elements with ng-if?
My code:
Hi, I am using angular-slick for displaying a large collection of items ~1000 with ng-repeat (5 each time). Is there a way to lower the number of items loaded on the DOM and get better performance? I mean - are the hidden items can be added dynamically of each click on NEXT btn? Or maybe somehow optimize the hidden elements with ng-if? My code:
Thanks