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 adb5c6d commit 48e66cfCopy full SHA for 48e66cf
src/ng/location.js
@@ -453,7 +453,7 @@ LocationHashbangInHtml5Url.prototype =
453
* If the argument is a hash object containing an array of values, these values will be encoded
454
* as duplicate search parameters in the url.
455
*
456
- * @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`
457
* will override only a single search property.
458
459
* If `paramValue` is an array, it will override the property of the `search` component of
0 commit comments