goodeggs / angular-cached-resource

An AngularJS module to interact with RESTful resources, even when browser is offline
MIT License
216 stars 29 forks source link

Access response headers from $promise and $httpPromise #70

Open morganhein opened 9 years ago

morganhein commented 9 years ago

Is it currently possible to access the response headers from either of these promises upon completion? I am trying to pass pagination information via headers, however I'm failing at figuring out how to access that information when using a cached resource.

guillaumev commented 7 years ago

Also looking for the same thing. ng-resource returns headers as a second argument in a query...