goodeggs / angular-cached-resource

An AngularJS module to interact with RESTful resources, even when browser is offline

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Access response headers from $promise and $httpPromise

morganhein opened this issue · comments

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.

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