diff --git a/angularjs/angular.d.ts b/angularjs/angular.d.ts index dc29a3e1cf..a12223ab9c 100644 --- a/angularjs/angular.d.ts +++ b/angularjs/angular.d.ts @@ -72,6 +72,9 @@ declare module ng { // see http://docs.angularjs.org/api/angular.Module /////////////////////////////////////////////////////////////////////////// interface IModule { + animation(name: string, animationFactory: Function): IModule; + animation(name: string, inlineAnnotadedFunction: any[]): IModule; + animation(object: Object): IModule; /** configure existing services. Use this method to register work which needs to be performed on module loading */