aboutsummaryrefslogtreecommitdiffstats
path: root/src/ngAnimate/animate.js
diff options
context:
space:
mode:
authorPete Bacon Darwin2013-07-27 17:17:50 +0100
committerPete Bacon Darwin2013-07-27 17:17:50 +0100
commit3c6821b9ad10331a37a995b87a92b1cb7594a70c (patch)
treeea955750e4b0b7d650eccdc0848cb0b3b4636919 /src/ngAnimate/animate.js
parent3f943e72466c13dabcb866761867e284a6fa2ced (diff)
downloadangular.js-3c6821b9ad10331a37a995b87a92b1cb7594a70c.tar.bz2
docs(animate): add param name
Diffstat (limited to 'src/ngAnimate/animate.js')
-rw-r--r--src/ngAnimate/animate.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ngAnimate/animate.js b/src/ngAnimate/animate.js
index e7c6d5a1..20ceaf07 100644
--- a/src/ngAnimate/animate.js
+++ b/src/ngAnimate/animate.js
@@ -421,7 +421,7 @@ angular.module('ngAnimate', ['ng'])
* @methodOf ngAnimate.$animate
* @function
*
- * @param {boolean=} If provided then set the animation on or off.
+ * @param {boolean=} value If provided then set the animation on or off.
* @return {boolean} Current animation state.
*
* @description