UNPKG

angular-odata-resources

Version:

Allows making fluent OData queries from angular resources

6 lines 216 B
function configureHttpBackend(httpBackend){ httpBackend.whenGET(/\.html$/).respond(function () { return [200, ['success'], {}]; }); httpBackend.whenGET('/api/authenticate/identity').respond({}); }