-
Notifications
You must be signed in to change notification settings - Fork 4
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
Is it possible to add slides dynamically? #3
Comments
I haven't tried it before. If can give me a link to a plunk I will take a look at it. |
Here is link. Unfortunately, on Plunker for some reason sliding doesn't work, but it doesn't matter. Click on click me and new picture will be added behind the existing not next to it. |
Thanks, I think this is a bug, and it seems like there might be a bug that requires |
I got them working dynamically with an ng-if after data is ready, but there's another issue on mobile when I use google maps in the background - line 211 infinite-slider.js:211 Uncaught TypeError: Cannot read property 'x' of null. It breaks the vertical scroll after a few clicks. |
Hi!
I have tried to add some slides dynamically by
after page is already rendered. And nothing works. Just wanted to know, either this functionality is possible and I am doing something wrong or it is not supposed to work like this?
//BR
The text was updated successfully, but these errors were encountered: