You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
The documentation for $resource states that all non-GET action methods support postData, however, looking in the code, the resourceFactory function sets a variable called hasBody and does not include the DELETE method. I'm not sure why it would be excluded, in addition to the documentation not indicating this.
The documentation for $resource states that all non-GET action methods support postData, however, looking in the code, the resourceFactory function sets a variable called hasBody and does not include the DELETE method. I'm not sure why it would be excluded, in addition to the documentation not indicating this.
See https://github.com/angular/bower-angular-resource/blob/master/angular-resource.js line 518
The text was updated successfully, but these errors were encountered: