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
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
When you have something like
<body ng-app="myApp"></body>
and do
$animate.addClass(body, 'abc');
the
ng-animate
class is not removed after the animation finishes. This is because cleanup has a special path if it's the root element: https://github.com/angular/angular.js/blob/master/src/ngAnimate/animate.js#L1512(Simple) animations work anyway, so it looks like a minor thing - although the default path does a little more stuff.
The text was updated successfully, but these errors were encountered: