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 9d9cdfb commit 34b43eaCopy full SHA for 34b43ea
src/ng/location.js
@@ -428,7 +428,7 @@ LocationHashbangInHtml5Url.prototype =
428
* If the argument is a hash object containing an array of values, these values will be encoded
429
* as duplicate search parameters in the url.
430
*
431
- * @param {(string|Array<string>|boolean)=} paramValue If `search` is a string, then `paramValue`
+ * @param {(string|Number|Array<string>|boolean)=} paramValue If `search` is a string or number, then `paramValue`
432
* will override only a single search property.
433
434
* If `paramValue` is an array, it will override the property of the `search` component of
0 commit comments