Skip to content
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

fix($state): allow about.*.** glob patterns #1680

Merged
merged 1 commit into from
Jan 9, 2015

Conversation

jonotron
Copy link
Contributor

@jonotron jonotron commented Jan 8, 2015

Previously, it was not possible to match all descendant states without
matching the parent state.

e.g. about.*.** would not match state about.person.item

I want to be able to match all of the about child states, but not the about state.

Previously, it was not possible to match all descendant states without
matching the parent state.

e.g. about.*.** would not match state about.person.item

Move the single * matching logic above the ** so the greedy ** check won't
mismatch.
nateabele added a commit that referenced this pull request Jan 9, 2015
fix($state): allow about.*.** glob patterns
@nateabele nateabele merged commit 8c97736 into angular-ui:master Jan 9, 2015
@christopherthielen christopherthielen added this to the 0.2.14 milestone May 19, 2015
@axar axar mentioned this pull request Jul 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants