docs($httpProvider): fix broken layout caused by unclosed `

Closes #15393
This commit is contained in:
Martin Staffa
2016-11-15 18:51:51 +01:00
parent ce49edc08b
commit 17ddba873b
+1 -1
View File
@@ -281,7 +281,7 @@ function $HttpProvider() {
* If specified as string, it is interpreted as a function registered with the {@link auto.$injector $injector}.
* Defaults to {@link ng.$httpParamSerializer $httpParamSerializer}.
*
* - **`defaults.jsonpCallbackParam`** - `{string} - the name of the query parameter that passes the name of the
* - **`defaults.jsonpCallbackParam`** - `{string}` - the name of the query parameter that passes the name of the
* callback in a JSONP request. The value of this parameter will be replaced with the expression generated by the
* {@link $jsonpCallbacks} service. Defaults to `'callback'`.
*