-
Notifications
You must be signed in to change notification settings - Fork 100
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
bug after model refresh #17
Comments
Could you provide a code example that reproduce the issue? |
Ran into this issue too. A single model update removes all slides, a subsequent model update adds all slides back. Debugged the code and found the issue - one line had it's code inverted. Line 78 Correct Code: The ordinal definition is just in the wrong spot ;-) After this change, updating models works great, add/remove is seamless and awesome. Thanks for this project! |
Nice catch! This is what you get when you don't unit test -_-' |
Hi,
Actually, I generate a list of items with the your slider that could change at anytime.
When It happens, the slider is refreshed with no item inside the slider.
Could you please have a look at it ?
Thank you for your work.
The text was updated successfully, but these errors were encountered: