aboutsummaryrefslogtreecommitdiffstats
path: root/src/ngAnimate
diff options
context:
space:
mode:
authorPeter Bacon Darwin2014-03-07 19:58:19 +0000
committerPeter Bacon Darwin2014-03-07 20:05:59 +0000
commitdc57fe97e1be245fa08f25143302ee9dd850c5c9 (patch)
treed9166499f0f7f61a9d7f805700d14f0831e44ef7 /src/ngAnimate
parent853999de10b8fd0116f9da80af2c192a4a5fd39b (diff)
downloadangular.js-dc57fe97e1be245fa08f25143302ee9dd850c5c9.tar.bz2
style(jsdoc tags): remove/ammend invalid tags
As highlighted by the new sterner dgeni.
Diffstat (limited to 'src/ngAnimate')
-rw-r--r--src/ngAnimate/animate.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ngAnimate/animate.js b/src/ngAnimate/animate.js
index 6cc633a3..447dfa3a 100644
--- a/src/ngAnimate/animate.js
+++ b/src/ngAnimate/animate.js
@@ -701,8 +701,7 @@ angular.module('ngAnimate', ['ng'])
/**
*
* @ngdoc function
- * @name ng.$animate#setClass
- * @methodOf ng.$animate
+ * @name $animate#setClass
* @function
* @description Adds and/or removes the given CSS classes to and from the element.
* Once complete, the done() callback will be fired (if provided).