docs($httpProvider): fix broken layout caused by unclosed `
Closes #15393
This commit is contained in:
+1
-1
@@ -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'`.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user