X Tutup
Skip to content

fix(router): correctly sort route matches with children by specificity#6011

Closed
btford wants to merge 1 commit intoangular:masterfrom
btford:fix-router-child-specificity
Closed

fix(router): correctly sort route matches with children by specificity#6011
btford wants to merge 1 commit intoangular:masterfrom
btford:fix-router-child-specificity

Conversation

@btford
Copy link
Copy Markdown
Contributor

@btford btford commented Dec 18, 2015

This changes the way we calculate specificity. Instead of using a number, we use a string, so that combining specificity across parent-child instructions becomes a matter of concatenating them.

Fixes #5848

This changes the way we calculate specificity. Instead of using a number,
we use a string, so that combining specificity across parent-child instructions
becomes a matter of concatenating them

Fixes angular#5848
@btford btford force-pushed the fix-router-child-specificity branch from 74b2d6d to b3a5a39 Compare December 18, 2015 23:54
@btford btford added the action: merge The PR is ready for merge by the caretaker label Dec 19, 2015
@mary-poppins
Copy link
Copy Markdown

Merging PR #6011 on behalf of @mprobst to branch presubmit-mprobst-pr-6011.

@btford btford closed this in b2bc50d Dec 21, 2015
@angular-automatic-lock-bot
Copy link
Copy Markdown

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 7, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

action: merge The PR is ready for merge by the caretaker cla: yes type: bug/fix

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Router: Erroneously recognizes non-parameter URLs

5 participants

X Tutup