We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Accept
1 parent 34434cf commit b3a3ed3Copy full SHA for b3a3ed3
src/ng/http.js
@@ -481,7 +481,7 @@ function $HttpProvider() {
481
* object, which currently contains this default configuration:
482
*
483
* - `$httpProvider.defaults.headers.common` (headers that are common for all requests):
484
- * - `Accept: application/json, text/plain, * / *`
+ * - <code>Accept: application/json, text/plain, \*/\*</code>
485
* - `$httpProvider.defaults.headers.post`: (header defaults for POST requests)
486
* - `Content-Type: application/json`
487
* - `$httpProvider.defaults.headers.put` (header defaults for PUT requests)
0 commit comments