mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
Update angular-mocks.d.ts
This commit is contained in:
2
angularjs/angular-mocks.d.ts
vendored
2
angularjs/angular-mocks.d.ts
vendored
@@ -42,7 +42,7 @@ declare module angular {
|
||||
inject: {
|
||||
(...fns: Function[]): any;
|
||||
(...inlineAnnotatedConstructor: any[]): any; // this overload is undocumented, but works
|
||||
strictDi(val: boolean): void;
|
||||
strictDi(val?: boolean): void;
|
||||
}
|
||||
|
||||
// see http://docs.angularjs.org/api/angular.mock.module
|
||||
|
||||
Reference in New Issue
Block a user