From a2f9e78a56944b3c5024133770a4b436b4b06149 Mon Sep 17 00:00:00 2001 From: Gias Kay Lee Date: Thu, 23 May 2013 14:02:52 +0800 Subject: docs(): Rectify animator.animate documentation --- src/ng/animator.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') 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); -- cgit v1.2.3