Added definition of extendModel() in IService for Restangular

This commit is contained in:
Max Nylin
2015-05-12 11:45:48 +02:00
parent 52fdabbd26
commit 16744e323f

View File

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