Remove IAnimateService in angular.d.ts

This commit is contained in:
unknown
2015-09-21 08:56:07 +05:00
parent c28d8e3fa2
commit 8302f8f839
2 changed files with 1 additions and 13 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ declare module angular.animate {
* AnimateService
* see http://docs.angularjs.org/api/ngAnimate/service/$animate
*/
interface IAnimateService extends angular.IAnimateService {
interface IAnimateService {
/**
* Globally enables / disables animations.
*