angular / code.angularjs.org

code.angularjs.org
153 stars 749 forks source link

factory issue with v1.2.25 #14

Closed traceywang closed 9 years ago

traceywang commented 9 years ago

Hi, 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 parm 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 data [{"name":"111"}, {"name": "test"}] it failed. How do I send DELETE request with data parameter using this version?

thanks, Tracey

petebacondarwin commented 9 years ago

@traceywang this is not the correct repository. Please post the issue at https://github.com/angular/angular.js