diff options
| author | Stéphane Reynaud | 2014-02-17 14:02:29 +0100 |
|---|---|---|
| committer | Peter Bacon Darwin | 2014-02-17 14:05:51 +0000 |
| commit | e23a6a320ed7dfc229a3adf849513e2cbd293c17 (patch) | |
| tree | 4b7ceeb84696cd4bd88a571d876c5ca689731e08 | |
| parent | f8b11f358498c1c1056be3e98a732f297ab2d56f (diff) | |
| download | angular.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
| -rw-r--r-- | src/ng/animate.js | 5 |
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). |
