diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ng/animator.js | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/src/ng/animator.js b/src/ng/animator.js index 2b399813..b588de24 100644 --- a/src/ng/animator.js +++ b/src/ng/animator.js @@ -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); | 
