diff options
Diffstat (limited to 'src/ng')
| -rw-r--r-- | src/ng/http.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ng/http.js b/src/ng/http.js index 19b7d246..0dd4deef 100644 --- a/src/ng/http.js +++ b/src/ng/http.js @@ -111,8 +111,8 @@ function $HttpProvider() { 'Accept': 'application/json, text/plain, */*', 'X-Requested-With': 'XMLHttpRequest' }, - post: {'Content-Type': 'application/json'}, - put: {'Content-Type': 'application/json'} + post: {'Content-Type': 'application/json;charset=utf-8'}, + put: {'Content-Type': 'application/json;charset=utf-8'} } }; |
