diff --git a/src/ngRoute/route.js b/src/ngRoute/route.js index 56ec491a207e..76cd68397e43 100644 --- a/src/ngRoute/route.js +++ b/src/ngRoute/route.js @@ -477,7 +477,7 @@ function $RouteProvider() { * definitions will be interpolated into the location's path, while * remaining properties will be treated as query params. * - * @param {Object} newParams mapping of URL parameter names to values + * @param {!Object} newParams mapping of URL parameter names to values */ updateParams: function(newParams) { if (this.current && this.current.$$route) {