Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assigning dynamic value to limitTo filter and updating it after interval is breaking the slider #112

Open
Gourav102 opened this issue Nov 8, 2016 · 0 comments

Comments

@Gourav102
Copy link

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.
@Gourav102 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant