We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Accept
1 parent 209f033 commit ffb9fc8Copy full SHA for ffb9fc8
src/ng/http.js
@@ -514,7 +514,7 @@ function $HttpProvider() {
514
* object, which currently contains this default configuration:
515
*
516
* - `$httpProvider.defaults.headers.common` (headers that are common for all requests):
517
- * - `Accept: application/json, text/plain, * / *`
+ * - <code>Accept: application/json, text/plain, \*/\*</code>
518
* - `$httpProvider.defaults.headers.post`: (header defaults for POST requests)
519
* - `Content-Type: application/json`
520
* - `$httpProvider.defaults.headers.put` (header defaults for PUT requests)
0 commit comments