aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/animator.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/ng/animator.js')
-rw-r--r--src/ng/animator.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ng/animator.js b/src/ng/animator.js
index f3714db8..662ed683 100644
--- a/src/ng/animator.js
+++ b/src/ng/animator.js
@@ -240,7 +240,7 @@ var $AnimatorProvider = function() {
beforeFn(element, parent, after);
if (element.length == 0) return done();
- var memento = (noop || polyfillSetup)(element);
+ var memento = (polyfillSetup || noop)(element);
// $window.setTimeout(beginAnimation, 0); this was causing the element not to animate
// keep at 1 for animation dom rerender