mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-29 11:12:23 +08:00
Merge pull request #2196 from damianog/patch-10
Update angular.d.ts missing statusText property
This commit is contained in:
Vendored
+1
@@ -629,6 +629,7 @@ declare module ng {
|
||||
status?: number;
|
||||
headers?: (headerName: string) => string;
|
||||
config?: IRequestConfig;
|
||||
statusText?: string;
|
||||
}
|
||||
|
||||
interface IHttpPromise<T> extends IPromise<T> {
|
||||
|
||||
Reference in New Issue
Block a user