-
Notifications
You must be signed in to change notification settings - Fork 3k
enable fuzzy matching for $state.is #1019
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
Comments
|
Oh but it does sir: http://angular-ui.github.io/ui-router/site/#/api/ui.router.state.$state#includes |
Includes vs is :) |
is to me means strict equality... so using globs alongside a concept of strict equality makes no sense, thats why we put that functionality into includes. |
doesn't work when:
;(
state is empty only during executing |
For example it would be quite nice to be able to do
instead of
I would be more than willing to PR this in, wanted to get your thoughts before I implemented.
The text was updated successfully, but these errors were encountered: