diff options
| author | Pete Bacon Darwin | 2013-07-27 17:17:50 +0100 | 
|---|---|---|
| committer | Pete Bacon Darwin | 2013-07-27 17:17:50 +0100 | 
| commit | 3c6821b9ad10331a37a995b87a92b1cb7594a70c (patch) | |
| tree | ea955750e4b0b7d650eccdc0848cb0b3b4636919 /src/ngAnimate | |
| parent | 3f943e72466c13dabcb866761867e284a6fa2ced (diff) | |
| download | angular.js-3c6821b9ad10331a37a995b87a92b1cb7594a70c.tar.bz2 | |
docs(animate): add param name
Diffstat (limited to 'src/ngAnimate')
| -rw-r--r-- | src/ngAnimate/animate.js | 2 | 
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  | 
