We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80feace commit 232bc30Copy full SHA for 232bc30
src/ng/http.js
@@ -281,7 +281,7 @@ function $HttpProvider() {
281
* If specified as string, it is interpreted as a function registered with the {@link auto.$injector $injector}.
282
* Defaults to {@link ng.$httpParamSerializer $httpParamSerializer}.
283
*
284
- * - **`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
285
* callback in a JSONP request. The value of this parameter will be replaced with the expression generated by the
286
* {@link $jsonpCallbacks} service. Defaults to `'callback'`.
287
0 commit comments