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
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.
The documentation on http://ionicframework.com/docs/api/directive/ionSlideBox/ states that you can set an expression on every slide individually:
<ion-slide on-slide-changed="slideHasChanged(index)">
This doesn't work. on-slide-changed only works on on ion-slide-box, not on ion-slide.
Tested this is versions 1.0.0 beta 1 to beta 5b.
Either the documentation needs to be updated, or on-slide-changed should work when used on ion-slide. Last option would be preferable.
The text was updated successfully, but these errors were encountered: