diff --git a/angularjs/angular.d.ts b/angularjs/angular.d.ts index 083ec2c66c..511707d367 100755 --- a/angularjs/angular.d.ts +++ b/angularjs/angular.d.ts @@ -20,7 +20,7 @@ declare module ng { // All service providers extend this interface interface IServiceProvider { - $get(): any; + $get(...services: any[]): any; } ///////////////////////////////////////////////////////////////////////////