Even when using '.$promise.then' you will still get the $promise and 
$resolved properties in 1.2.7. Is there a way to remove them for all 
resource calls? I don't want to have to write this everywhere:

http://docs.angularjs.org/guide/migration#resource-promises-are-resolved-with-the-resource-instance


On Wednesday, December 18, 2013 7:36:25 AM UTC-8, Michael Bielski wrote:
>
> This is part of the changes to $resource. To remove those, change your 
> resolution code from '.$then()' to '.$promise.then' and you'll get what you 
> used to get.
>

-- 
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.

Reply via email to