Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(slidebox): removing an item breaks slidebox
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.
- Loading branch information