mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Angular IServiceProvider::$get is injected
Actually the $get function is called via invoke.
This commit is contained in:
parent
6e6bb810be
commit
a59d261c8d
2
angularjs/angular.d.ts
vendored
2
angularjs/angular.d.ts
vendored
@ -20,7 +20,7 @@ declare module ng {
|
||||
|
||||
// All service providers extend this interface
|
||||
interface IServiceProvider {
|
||||
$get(): any;
|
||||
$get(...services: any[]): any;
|
||||
}
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
|
||||
Loading…
Reference in New Issue
Block a user