aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGias Kay Lee2013-05-23 14:02:52 +0800
committerMisko Hevery2013-05-30 21:58:36 -0700
commita2f9e78a56944b3c5024133770a4b436b4b06149 (patch)
tree651f6b02a7307a320a4fcdf7ed8a5ecd77c66e05 /src
parent21c70729d9269de85df3434c431c2f18995b0f7b (diff)
downloadangular.js-a2f9e78a56944b3c5024133770a4b436b4b06149.tar.bz2
docs(): Rectify animator.animate documentation
Diffstat (limited to 'src')
-rw-r--r--src/ng/animator.js3
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);