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.
I just upgraded angularjs from v1.2.20 to v1.2.25 and is having problem with angular-resource.js. The problem I'm experiencing is in the delete resource factory method. The DELETE method used to take data payload in v1.2.20, but not in v1.2.25. In v1.2.25, when I try to send an API DELETE request to a backend url with payload of an array, say [{"name":"test1"}, {"name": "test2"}], it failed. How do I send DELETE request with data payload using this version?
The text was updated successfully, but these errors were encountered:
I just upgraded angularjs from v1.2.20 to v1.2.25 and is having problem with angular-resource.js. The problem I'm experiencing is in the delete resource factory method. The DELETE method used to take data payload in v1.2.20, but not in v1.2.25. In v1.2.25, when I try to send an API DELETE request to a backend url with payload of an array, say [{"name":"test1"}, {"name": "test2"}], it failed. How do I send DELETE request with data payload using this version?
The text was updated successfully, but these errors were encountered: