Permalink
Browse files
fix($http): don't convert FormData objects to JSON
This won't enable FormData uploads in itself, as the Content-Type is automatically set to application/json. Closes #10373
- Loading branch information
Showing
with
17 additions
and 1 deletion.
- +1 −0 src/.jshintrc
- +6 −0 src/Angular.js
- +1 −1 src/ng/http.js
- +9 −0 test/ng/httpSpec.js