docs(animate): add param name

This commit is contained in:
Pete Bacon Darwin 2013-07-27 17:17:50 +01:00
parent 3f943e7246
commit 3c6821b9ad

View file

@ -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