diff options
| -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). |
