You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi All,
I'm using angular 1.5.8 and slick 1.6.0 through "angular-slick-carousel". Image data I'm receiving is large in amount. So I want to limit ng-repeat value to 5 images for first time and bring next 5 images after some time interval using setInterval. For first time limitTo value is set to 5 and then after incrementing it by 5.
For first time, images are properly rendered in time. But after that, when setInterval executes, new images are received, but Sliders is breaking and all images are displaying one below another.
Is this a bug of slick slider. I have only that way to optimize the performance of my application.
The text was updated successfully, but these errors were encountered:
Gourav102
changed the title
Assigning dynamic value to limitTo filter and updating it after interval is breaks the slider
Assigning dynamic value to limitTo filter and updating it after interval is breaking the slider
Nov 8, 2016
Hi All,
I'm using angular 1.5.8 and slick 1.6.0 through "angular-slick-carousel". Image data I'm receiving is large in amount. So I want to limit ng-repeat value to 5 images for first time and bring next 5 images after some time interval using setInterval. For first time limitTo value is set to 5 and then after incrementing it by 5.
The text was updated successfully, but these errors were encountered: