diff options
| author | Matias Niemelä | 2013-11-19 17:45:11 -0500 | 
|---|---|---|
| committer | Matias Niemelä | 2013-11-19 17:50:24 -0500 | 
| commit | b9fa5c5a6781f4e1ec337f27d55c69db491a6555 (patch) | |
| tree | a747d827ef36574b86acfd935a43dd8dd80e4bd1 /src/ngAnimate | |
| parent | 751f058f3095e5c9487925a92ee7cbdd15d043ba (diff) | |
| download | angular.js-b9fa5c5a6781f4e1ec337f27d55c69db491a6555.tar.bz2 | |
docs($animate): update the docs explaining enable/disable for specific elements
Diffstat (limited to 'src/ngAnimate')
| -rw-r--r-- | src/ngAnimate/animate.js | 1 | 
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 | 
