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

fix(slidebox): removing an item breaks slidebox #3842

Merged
merged 1 commit into from
Dec 6, 2015

Conversation

labrute974
Copy link

By default, because Ionic is using ngAnimate, when you use ngRepeat, angular will not destroy the DOM of the element straight away, but it will first add the css class: ng-leave to give the user a chance to set animation when deleting an item from the array.

This commit disables $animate for the slideBox element.

By default, because Ionic is using ngAnimate, when you use ngRepeat, angular will not destroy the DOM of the element straight away, but it will first add the css class: ng-leave to give the user a chance to set animation when deleting an item from the array.

This commit disables $animate for the slideBox element.
mlynch added a commit that referenced this pull request Dec 6, 2015
fix(slidebox): removing an item breaks slidebox
@mlynch mlynch merged commit 7199e09 into ionic-team:master Dec 6, 2015
@mlynch
Copy link
Contributor

mlynch commented Dec 6, 2015

Thanks!

@ghost
Copy link

ghost commented Dec 18, 2015

@mlynch Is this fixed in the new ion-slides directive?

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

Successfully merging this pull request may close these issues.

2 participants