We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Accept
1 parent 9ea72af commit c1da0ebCopy full SHA for c1da0eb
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