angular-cn/modules
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
..
angular1_router feat(router): support links with just auxiliary routes 2015-12-16 19:50:19 +00:00
angular2 fix(router): preserve specificity for redirects 2016-01-04 20:06:21 +00:00
angular2_material docs: fix some typos in comments and strings 2015-12-17 22:57:43 +00:00
benchmarks fix(docs,benchmarks): remove invalid </input> closing tags 2015-12-15 00:45:31 -08:00
benchmarks_external fix(docs,benchmarks): remove invalid </input> closing tags 2015-12-15 00:45:31 -08:00
benchpress fix(benchpress): fix flake 2016-01-04 19:25:32 +00:00
playground refactor(WebWorker): Make WebWorker bootstrap synchronous 2015-12-14 21:04:46 +00:00