We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2845dd1 commit 556f9ccCopy full SHA for 556f9cc
src/ng/animator.js
@@ -65,7 +65,7 @@
65
* /*
66
* Keep in mind that you want to combine both CSS
67
* classes together to avoid any CSS-specificity
68
- * conflicts
+ * conflicts
69
* */
70
* .animate-enter-setup.animate-enter-start {
71
* /* The animation code itself */
@@ -118,7 +118,7 @@
118
* make sure your animations remember to fire off the done function once the animations are complete.
119
*
120
* @param {expression} ngAnimate Used to configure the DOM manipulation animations.
121
- *
+ *
122
*/
123
124
/**
@@ -268,7 +268,6 @@ var $AnimatorProvider = function() {
268
269
$window.setTimeout(done, duration * 1000);
270
} else {
271
- dump(3)
272
done();
273
}
274
0 commit comments