Commit f541d7e
Update ngroute externs to include
See https://docs.angularjs.org/api/ngRoute/provider/$routeProvider but note
that the docs incorrectly claim that the function will be called with
Array.<Object>. The [source] shows that it is called with route.params, which
is Object<string, string>.
[source]: https://github.com/angular/angular.js/blob/v1.6.x/src/ngRoute/route.js#L809
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=167916688function as a valid type for $routeProvider.Params#template1 parent 29b424e commit f541d7e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2299 | 2299 | | |
2300 | 2300 | | |
2301 | 2301 | | |
2302 | | - | |
| 2302 | + | |
2303 | 2303 | | |
2304 | 2304 | | |
2305 | 2305 | | |
| |||
0 commit comments