Merge pull request #2712 from jonathantyates/patch-2

Update restangular.d.ts
This commit is contained in:
Masahiro Wakame
2014-08-23 15:42:30 +09:00
+1
View File
@@ -93,6 +93,7 @@ declare module restangular {
withConfig(configurer: (RestangularProvider: IProvider) => any): IService;
restangularizeElement(parent: any, element: any, route: string, collection?: any, reqParams?: any): IElement;
restangularizeCollection(parent: any, element: any, route: string): ICollection;
service(route: string, parent: any): IService;
stripRestangular(element: any): any;
}