aboutsummaryrefslogtreecommitdiffstats
path: root/src/ngAnimate/animate.js
diff options
context:
space:
mode:
authorPeter Bacon Darwin2014-02-06 13:33:42 +0000
committerPeter Bacon Darwin2014-02-16 19:03:40 +0000
commit2e641ac49f121a6e2cc70bd3879930b44a8a7710 (patch)
tree11d52a598b7de52f7c31a1cc4405cba53f0a46ea /src/ngAnimate/animate.js
parent1ca22a3dc8a469dc81718e5f0ae28225a2b7f7b2 (diff)
downloadangular.js-2e641ac49f121a6e2cc70bd3879930b44a8a7710.tar.bz2
docs(bike-shed-migration): convert doctype and names
Diffstat (limited to 'src/ngAnimate/animate.js')
-rw-r--r--src/ngAnimate/animate.js40
1 files changed, 17 insertions, 23 deletions
diff --git a/src/ngAnimate/animate.js b/src/ngAnimate/animate.js
index 0ecb6515..c257921b 100644
--- a/src/ngAnimate/animate.js
+++ b/src/ngAnimate/animate.js
@@ -2,7 +2,7 @@
/* jshint maxlen: false */
/**
- * @ngdoc overview
+ * @ngdoc module
* @name ngAnimate
* @description
*
@@ -235,8 +235,8 @@
angular.module('ngAnimate', ['ng'])
/**
- * @ngdoc object
- * @name ngAnimate.$animateProvider
+ * @ngdoc provider
+ * @name $animateProvider
* @description
*
* The `$animateProvider` allows developers to register JavaScript animation event handlers directly inside of a module.
@@ -367,8 +367,8 @@ angular.module('ngAnimate', ['ng'])
}
/**
- * @ngdoc object
- * @name ngAnimate.$animate
+ * @ngdoc service
+ * @name $animate
* @function
*
* @description
@@ -387,9 +387,8 @@ angular.module('ngAnimate', ['ng'])
*/
return {
/**
- * @ngdoc function
- * @name ngAnimate.$animate#enter
- * @methodOf ngAnimate.$animate
+ * @ngdoc method
+ * @name $animate#enter
* @function
*
* @description
@@ -426,9 +425,8 @@ angular.module('ngAnimate', ['ng'])
},
/**
- * @ngdoc function
- * @name ngAnimate.$animate#leave
- * @methodOf ngAnimate.$animate
+ * @ngdoc method
+ * @name $animate#leave
* @function
*
* @description
@@ -465,9 +463,8 @@ angular.module('ngAnimate', ['ng'])
},
/**
- * @ngdoc function
- * @name ngAnimate.$animate#move
- * @methodOf ngAnimate.$animate
+ * @ngdoc method
+ * @name $animate#move
* @function
*
* @description
@@ -506,9 +503,8 @@ angular.module('ngAnimate', ['ng'])
},
/**
- * @ngdoc function
- * @name ngAnimate.$animate#addClass
- * @methodOf ngAnimate.$animate
+ * @ngdoc method
+ * @name $animate#addClass
*
* @description
* Triggers a custom animation event based off the className variable and then attaches the className value to the element as a CSS class.
@@ -543,9 +539,8 @@ angular.module('ngAnimate', ['ng'])
},
/**
- * @ngdoc function
- * @name ngAnimate.$animate#removeClass
- * @methodOf ngAnimate.$animate
+ * @ngdoc method
+ * @name $animate#removeClass
*
* @description
* Triggers a custom animation event based off the className variable and then removes the CSS class provided by the className value
@@ -602,9 +597,8 @@ angular.module('ngAnimate', ['ng'])
},
/**
- * @ngdoc function
- * @name ngAnimate.$animate#enabled
- * @methodOf ngAnimate.$animate
+ * @ngdoc method
+ * @name $animate#enabled
* @function
*
* @param {boolean=} value If provided then set the animation on or off.