Files
angular.js/src
Igor Minar 3624e3800f fix(ngView): use animation promises ensure that only one leave animation occurs at a time
the tracking depended on a local flag variable, which was susceptible to corruption due to
race conditions.

using promises ensures that the previousLeaveAnimation is nulled out only if it hasn't been
canceled yet.

Closes #9355
Closes #7606
Closes #9374
2014-10-01 15:19:29 -07:00
..
2014-09-22 11:35:10 -07:00
2014-09-22 14:09:48 -07:00
2014-09-22 14:09:48 -07:00
2014-08-16 22:09:56 -07:00