mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-31 13:30:29 +00:00
docs(): Rectify animator.animate documentation
This commit is contained in:
parent
21c70729d9
commit
a2f9e78a56
1 changed files with 2 additions and 1 deletions
|
|
@ -262,7 +262,8 @@ var $AnimatorProvider = function() {
|
|||
* @description
|
||||
* Triggers a custom animation event to be executed on the given element
|
||||
*
|
||||
* @param {jQuery/jqLite element} element that will be animated
|
||||
* @param {string} event the name of the custom event
|
||||
* @param {jQuery/jqLite element} element the element that will be animated
|
||||
*/
|
||||
animator.animate = function(event, element) {
|
||||
animateActionFactory(event, noop, noop)(element);
|
||||
|
|
|
|||
Loading…
Reference in a new issue