From e23a6a320ed7dfc229a3adf849513e2cbd293c17 Mon Sep 17 00:00:00 2001 From: Stéphane Reynaud Date: Mon, 17 Feb 2014 14:02:29 +0100 Subject: docs(bike-shed-migration): convert doctype and names To keep the same logic as the commit https://github.com/angular/angular.js/commit/2e641ac49f121a6e2cc70bd3879930b44a8a7710 --- src/ng/animate.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/ng/animate.js') 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). -- cgit v1.2.3