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 27bf2ce commit 400fbbfCopy full SHA for 400fbbf
src/ngRoute/route.js
@@ -477,7 +477,7 @@ function $RouteProvider() {
477
* definitions will be interpolated into the location's path, while
478
* remaining properties will be treated as query params.
479
*
480
- * @param {Object} newParams mapping of URL parameter names to values
+ * @param {!Object<string, string>} newParams mapping of URL parameter names to values
481
*/
482
updateParams: function(newParams) {
483
if (this.current && this.current.$$route) {
0 commit comments