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.
1 parent 0e2ac3c commit 4836dacCopy full SHA for 4836dac
src/ng/http.js
@@ -347,7 +347,7 @@ function $HttpProvider() {
347
* To add or overwrite these defaults, simply add or remove a property from these configuration
348
* objects. To add headers for an HTTP method other than POST or PUT, simply add a new object
349
* with the lowercased HTTP method name as the key, e.g.
350
- * `$httpProvider.defaults.headers.get = { 'My-Header' : 'value' }.
+ * `$httpProvider.defaults.headers.get = { 'My-Header' : 'value' }`.
351
*
352
* The defaults can also be set at runtime via the `$http.defaults` object in the same
353
* fashion. For example:
0 commit comments