jcassee / angular-hypermedia

Hypermedia REST API client for AngularJS applications
MIT License
38 stars 5 forks source link

Remove resource from context in httpDelete #11

Closed jcassee closed 9 years ago

jcassee commented 9 years ago

This change makes ResourceContext.httpDelete remove the resource from the context.

@mvcatsifma Is this a good idea, or should we have a separate ResourceContext.remove method?