This repository was archived by the owner on Apr 12, 2024. It is now read-only.
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ function $HttpParamSerializerJQLikeProvider() {
61
61
* @name $httpParamSerializerJQLike
62
62
* @description
63
63
*
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.
65
65
* */
66
66
this . $get = function ( ) {
67
67
return paramSerializerFactory ( true ) ;
@@ -214,8 +214,8 @@ function $HttpProvider() {
214
214
*
215
215
* - **`defaults.paramSerializer`** - {string|function(Object<string,string>):string} - A function used to prepare string representation
216
216
* 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}.
219
219
*
220
220
**/
221
221
var defaults = this . defaults = {
You can’t perform that action at this time.
0 commit comments