We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dfb328 commit ce40d5cCopy full SHA for ce40d5c
src/ng/http.js
@@ -35,7 +35,7 @@ function $HttpParamSerializerProvider() {
35
* * `{'foo': 'bar'}` results in `foo=bar`
36
* * `{'foo': Date.now()}` results in `foo=2015-04-01T09%3A50%3A49.262Z` (`toISOString()` and encoded representation of a Date object)
37
* * `{'foo': ['bar', 'baz']}` results in `foo=bar&foo=baz` (repeated key for each array element)
38
- * * `{'foo': {'bar':'baz'}}` results in `foo=%7B%22bar%22%3A%22baz%22%7D"` (stringified and encoded representation of an object)
+ * * `{'foo': {'bar':'baz'}}` results in `foo=%7B%22bar%22%3A%22baz%22%7D` (stringified and encoded representation of an object)
39
*
40
* Note that serializer will sort the request parameters alphabetically.
41
* */
0 commit comments