mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-08 09:07:46 +08:00
committed by
Igor Minar
parent
4a85512174
commit
520db0ca7e
@@ -1753,7 +1753,7 @@ angular.module('ngAnimate', ['ng'])
|
||||
// This will automatically be called by $animate so
|
||||
// there is no need to attach this internally to the
|
||||
// timeout done method.
|
||||
function onEnd(cancelled) {
|
||||
function onEnd() {
|
||||
element.off(css3AnimationEvents, onAnimationProgress);
|
||||
element.removeClass(activeClassName);
|
||||
element.removeClass(pendingClassName);
|
||||
|
||||
Reference in New Issue
Block a user