Merge pull request #8380 from seonetartem/patch-1

Update restangular.d.ts
This commit is contained in:
Mohamed Hegazy
2016-06-26 16:17:43 -07:00
committed by GitHub

View File

@@ -93,6 +93,7 @@ declare namespace restangular {
service(route: string, parent?: any): IService;
stripRestangular(element: any): any;
extendModel(route: string, extender: (model: IElement) => any): void;
extendCollection(route: string, extender: (collection: ICollection) => any): void;
}
interface IElement extends IService {