-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[q] ui-sref-active but for state params #2799
Comments
Instead of or in addition to? It already checks name and params as shown in the example at http://angular-ui.github.io/ui-router/site/#/api/ui.router.state.directive:ui-sref-active |
in addition. sorry for confusing description. will it work with multiple items that have same state but different params? like below
|
It matches based on what is in ui-sref |
so my 'example' should work but I need to wait till #2696 will be fixed and released. am I right? |
does ui-router have some mechanism to set active class but use state params instead of state name for comparison?
I would say it may be named as 'ui-sref-opts-active' or 'ui-sref-active-opts'
The text was updated successfully, but these errors were encountered: