Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit dd8b157

Browse files
gkalpakpkozlowski-opensource
authored andcommitted
docs($http): minor fixes regarding params serializers
Closes #11601
1 parent 8a45064 commit dd8b157

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ng/http.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ function $HttpParamSerializerJQLikeProvider() {
6161
* @name $httpParamSerializerJQLike
6262
* @description
6363
*
64-
* Alternative $http params serializer that follows jQuerys `param()` method {http://api.jquery.com/jquery.param/} logic.
64+
* Alternative $http params serializer that follows jQuery's [`param()`](http://api.jquery.com/jquery.param/) method logic.
6565
* */
6666
this.$get = function() {
6767
return paramSerializerFactory(true);
@@ -214,8 +214,8 @@ function $HttpProvider() {
214214
*
215215
* - **`defaults.paramSerializer`** - {string|function(Object<string,string>):string} - A function used to prepare string representation
216216
* of request parameters (specified as an object).
217-
* Is specified as string, it is interpreted as function registered in with the {$injector}.
218-
* Defaults to {$httpParamSerializer}.
217+
* If specified as string, it is interpreted as a function registered with the {@link auto.$injector $injector}.
218+
* Defaults to {@link ng.$httpParamSerializer $httpParamSerializer}.
219219
*
220220
**/
221221
var defaults = this.defaults = {

0 commit comments

Comments
 (0)