docs(bike-shed-migration): convert doctype and names

To keep the same logic as the commit 2e641ac49f
This commit is contained in:
Stéphane Reynaud
2014-02-17 14:02:29 +01:00
committed by Peter Bacon Darwin
parent f8b11f3584
commit e23a6a320e

View File

@@ -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).