diff options
| author | Gias Kay Lee | 2013-05-23 14:02:52 +0800 | 
|---|---|---|
| committer | Misko Hevery | 2013-05-30 21:58:36 -0700 | 
| commit | a2f9e78a56944b3c5024133770a4b436b4b06149 (patch) | |
| tree | 651f6b02a7307a320a4fcdf7ed8a5ecd77c66e05 | |
| parent | 21c70729d9269de85df3434c431c2f18995b0f7b (diff) | |
| download | angular.js-a2f9e78a56944b3c5024133770a4b436b4b06149.tar.bz2 | |
docs(): Rectify animator.animate documentation
| -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); | 
