aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMatias Niemelä2013-11-19 17:45:11 -0500
committerMatias Niemelä2013-11-19 17:50:24 -0500
commitb9fa5c5a6781f4e1ec337f27d55c69db491a6555 (patch)
treea747d827ef36574b86acfd935a43dd8dd80e4bd1 /src
parent751f058f3095e5c9487925a92ee7cbdd15d043ba (diff)
downloadangular.js-b9fa5c5a6781f4e1ec337f27d55c69db491a6555.tar.bz2
docs($animate): update the docs explaining enable/disable for specific elements
Diffstat (limited to 'src')
-rw-r--r--src/ngAnimate/animate.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ngAnimate/animate.js b/src/ngAnimate/animate.js
index 3b3c29b9..6e4409ef 100644
--- a/src/ngAnimate/animate.js
+++ b/src/ngAnimate/animate.js
@@ -510,6 +510,7 @@ angular.module('ngAnimate', ['ng'])
* @function
*
* @param {boolean=} value If provided then set the animation on or off.
+ * @param {jQuery/jqLite element=} element If provided then the element will be used to represent the enable/disable operation
* @return {boolean} Current animation state.
*
* @description