angular-cn/modules/angular2/test/router/integration/impl
Brian Ford a038bb9ae3 fix(router): preserve specificity for redirects
Previously when comparing which of multiple possible routes to choose in
an ambiguous case, we looked at the specificity of the target of redirect
matches rather than the original match. This meant that if a redirect
used a whilecard, but redirected to a target that was a static path,
we'd cound the static path's specificity instead of the wildcard.

This change stores the specificity of the redirect on the RedirectInstruction.

Closes #5933
2016-01-04 20:06:21 +00:00
..
async_route_spec_impl.ts feat: camelCase Angular (kebab-case removal) 2015-12-09 19:59:40 -08:00
aux_route_spec_impl.ts feat(router): support links with just auxiliary routes 2015-12-16 19:50:19 +00:00
fixture_components.ts fix(router): preserve specificity for redirects 2016-01-04 20:06:21 +00:00
sync_route_spec_impl.ts feat: camelCase Angular (kebab-case removal) 2015-12-09 19:59:40 -08:00