mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
docs($http): fix missing quote
This commit is contained in:
parent
0470ff04b4
commit
f5343c9fd3
1 changed files with 1 additions and 1 deletions
|
|
@ -213,7 +213,7 @@ function $HttpProvider() {
|
|||
* - `$httpProvider.defaults.headers.common` (headers that are common for all requests):
|
||||
* - `Accept: application/json, text/plain, * / *`
|
||||
* - `X-Requested-With: XMLHttpRequest`
|
||||
* - `$httpProvider.defaults.headers.post: (header defaults for HTTP POST requests)
|
||||
* - `$httpProvider.defaults.headers.post`: (header defaults for HTTP POST requests)
|
||||
* - `Content-Type: application/json`
|
||||
* - `$httpProvider.defaults.headers.put` (header defaults for HTTP PUT requests)
|
||||
* - `Content-Type: application/json`
|
||||
|
|
|
|||
Loading…
Reference in a new issue