forked from angular/angular.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix($animate): insert elements at the start of the parent container i…
…nstead of at the end BREAKING CHANGE: $animate will no longer place elements at the end of the parent container when enter or move is used with a parent container element. Any former directives that rely on this feature must be slightly modified to work around this fix. The same effect can be achieved by finding the final element in the parent container list and using that as the after element (which is the 3rd argument in the enter and move $animate operations). Closes angular#4934 Closes angular#6275
- Loading branch information
Showing
2 changed files
with
19 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters