Permalink
Browse files
docs($http): fix markdown formatting
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
src/ng/http.js
|
|
@@ -347,7 +347,7 @@ function $HttpProvider() { |
|
|
* To add or overwrite these defaults, simply add or remove a property from these configuration |
|
|
* objects. To add headers for an HTTP method other than POST or PUT, simply add a new object |
|
|
* with the lowercased HTTP method name as the key, e.g. |
|
|
* `$httpProvider.defaults.headers.get = { 'My-Header' : 'value' }. |
|
|
* `$httpProvider.defaults.headers.get = { 'My-Header' : 'value' }`. |
|
|
* |
|
|
* The defaults can also be set at runtime via the `$http.defaults` object in the same |
|
|
* fashion. For example: |
|
|
|