Skip to content

doc(UrlMatcher): RegExp and string encoding interaction #3050

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 3, 2016
Merged

doc(UrlMatcher): RegExp and string encoding interaction #3050

merged 1 commit into from
Oct 3, 2016

Conversation

cvn
Copy link
Contributor

@cvn cvn commented Sep 29, 2016

Hello,

I added some documentation about how the tilde encoding interacts with RegExp params. It seemed to only exist in tickets and the code.

My thoughts are that there's no way to fix it so that you wouldn't need to know about the encoding, because there needs to be a way to match both real slashes and encoded slashes.

This makes the RegExp param description quite long, but I couldn't find a better place to put it.

I've also created a branch that ports the change to legacy.

I think this should be enough to close #2540.

@christopherthielen christopherthielen merged commit d43c1fd into angular-ui:master Oct 3, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

$urlRouterProvider.otherwise breaks routes with tildes.
2 participants