aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/animate.js
diff options
context:
space:
mode:
authorStéphane Reynaud2014-02-17 14:02:29 +0100
committerPeter Bacon Darwin2014-02-17 14:05:51 +0000
commite23a6a320ed7dfc229a3adf849513e2cbd293c17 (patch)
tree4b7ceeb84696cd4bd88a571d876c5ca689731e08 /src/ng/animate.js
parentf8b11f358498c1c1056be3e98a732f297ab2d56f (diff)
downloadangular.js-e23a6a320ed7dfc229a3adf849513e2cbd293c17.tar.bz2
docs(bike-shed-migration): convert doctype and names
To keep the same logic as the commit https://github.com/angular/angular.js/commit/2e641ac49f121a6e2cc70bd3879930b44a8a7710
Diffstat (limited to 'src/ng/animate.js')
-rw-r--r--src/ng/animate.js5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/ng/animate.js b/src/ng/animate.js
index 55eb0a3f..21566948 100644
--- a/src/ng/animate.js
+++ b/src/ng/animate.js
@@ -217,9 +217,8 @@ var $AnimateProvider = ['$provide', function($provide) {
/**
*
- * @ngdoc function
- * @name ng.$animate#setClass
- * @methodOf ng.$animate
+ * @ngdoc method
+ * @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).