-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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
Should not be able to slide beyond last slide #1409
Comments
I think I found the issue:
Note that there is a missing |
Just thought I would point out I am having the same issue in beta 5b, which wasn't happening in beta 4. With a basic I don't currently have time to debug and find out why, but have added to my list of things to look into in the near future if the issues persists. |
Will fix Monday, thanks. This was a dumb mistake due to me fixing a JSHint error and making a typo. And unfortunately, ionSlideBox is one of our 'legacy code' components. It's very untestable and has no unit tests. We will amending this problem soon. |
Fixed via ec5a276, can you test out the nightly build in your app and let me know? |
I am using the v1.0.0-beta.6-nightly-2269 version, still having the bug as Deminetix described. |
turns out I need to update the whole lib folder with beta.6 to make it work. (I was just updating the js file before) |
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out. |
In v1.0.0-beta.5b 'barium-bobcat', I think there is a bug where I'm able to slide beyond the last slide, at which point I'm unable to slide back.
I'm using
ng-repeat
with an array variable that is resolved via ng-resource. After it's resolved, I call$ionicSlideBoxDelegate.update();
This was also broken for me in the earlier build, Nightly 2081.
The text was updated successfully, but these errors were encountered: