mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-28 09:25:50 +08:00
angular-resource: Fix compile error (#19186)
This commit is contained in:
2
types/angular-resource/index.d.ts
vendored
2
types/angular-resource/index.d.ts
vendored
@@ -210,7 +210,7 @@ declare module 'angular' {
|
||||
declare global {
|
||||
interface Array<T> {
|
||||
/** The promise of the original server interaction that created this collection. */
|
||||
$promise: IPromise<T[]>;
|
||||
$promise: angular.IPromise<T[]>;
|
||||
$resolved: boolean;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user