docs($animate): update the docs explaining enable/disable for specific elements

This commit is contained in:
Matias Niemelä 2013-11-19 17:45:11 -05:00
parent 751f058f30
commit b9fa5c5a67

View file

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