mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Merge pull request #16520 from MarkBouwman/restangular-element-getrequestedurl
[restangular] IElement and ICollection should support getRequestedUrl()
This commit is contained in:
Vendored
+2
@@ -134,6 +134,7 @@ declare namespace restangular {
|
||||
withHttpConfig(httpConfig: angular.IRequestShortcutConfig): IElement;
|
||||
save(queryParams?: any, headers?: any): IPromise<any>;
|
||||
getRestangularUrl(): string;
|
||||
getRequestedUrl(): string;
|
||||
route?: string;
|
||||
id?: string;
|
||||
reqParams?: any;
|
||||
@@ -154,5 +155,6 @@ declare namespace restangular {
|
||||
plain(): any;
|
||||
plain<T>(): T[];
|
||||
getRestangularUrl(): string;
|
||||
getRequestedUrl(): string;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user