Skip to content

fix($urlMatcherFactory): made UrlMatcher.concat respect strictMode/caseI... #1420

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, 2014
Merged

fix($urlMatcherFactory): made UrlMatcher.concat respect strictMode/caseI... #1420

merged 1 commit into from
Oct 3, 2014

Conversation

christopherthielen
Copy link
Contributor

...nsensitive closes #1395

  • Changed concat to delegate to $urlMatcherFactoryProvider.compile()

@christopherthielen
Copy link
Contributor Author

@nateabele I needed to delegate to $urlMatcherFactoryProvider.compile() from UrlMatcher.concat. I'm setting variable $$UrlMatcherFactoryProvider when the provider code runs. Is there a better way?

http://plnkr.co/edit/tKuc8G?p=preview

closes #1395

- Changed concat to delegate to $urlMatcherFactoryProvider.compile()
@christopherthielen christopherthielen added this to the 0.2.12 milestone Oct 3, 2014
@nateabele
Copy link
Contributor

Really doesn't seem terrible. Some of that should probably be reorganized anyway, but it's fine as-is for now.

nateabele added a commit that referenced this pull request Oct 3, 2014
fix($urlMatcherFactory): made UrlMatcher.concat respect strictMode/caseI...
@nateabele nateabele merged commit 6626295 into angular-ui:master Oct 3, 2014
@christopherthielen christopherthielen deleted the issue-1395 branch October 8, 2014 12:31
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.

How to set strictMode and caseInsensitive in urlMatcherFactoryProvider?
2 participants