Hi, I'm upgrading to the latest version of angular and was wondering if there was a way to remove all $resolved and $promise properties from resource responses. I know in the migration guide it says to do this:
http://docs.angularjs.org/guide/migration#resource-promises-are-resolved-with-the-resource-instance The only problem is I have multiple resources with multiple methods where I want this to be removed, which would make it not ideal to have to write the interceptor for every resource request I make. It would be nice if if there was a global resource interceptor like there is for http. Thanks. -- 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/groups/opt_out.
