>
> I wrote the interceptor into the resource to be sure
>

  No change -  I still get only 

response.headers Object {content-type: "application/json", cache-control: 
"no-cache"}
angular.js:11699 booklet:13 was loaded

    var BookletData = $resource(
      ENV.backend+'/booklet/:id', { id: '@scriptRow.id' }, {
        get: {
          method: 'GET',
          interceptor: {
            response: function (resp) {
              console.log('response.headers', resp.headers());
              return resp;
            }
          },
          isArray: false
        }
      }
    );


 

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to