You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.
In the article example the menu will remain active if a user is creating an article. It uses
'/article(/create)?'
as the argument for making the menu item active when both in /article and /article/create path.
I'm making a dashboard for different devices, and I want to have my menu item active for either of them. My path is /dash/:deviceId (deviceId is mongoDB reference id).
How can i make the menu item for every path with /dash, no matter what will come after? And could anyone give some common syntax guidelines for the UIRoute argument in MenuService - I can't find anything else than the article example which doesn't cover my current issue.
Thanks alot!
The text was updated successfully, but these errors were encountered:
@bobbyziom please use StackOverflow or another forum that is more appropriate for questions as GitHub is mainly for bug reports and feature requests. If you have not figured it out after asking on other sites, then we can try to work out a solution with the progress you have made.
Hello
In the article example the menu will remain active if a user is creating an article. It uses
as the argument for making the menu item active when both in /article and /article/create path.
I'm making a dashboard for different devices, and I want to have my menu item active for either of them. My path is /dash/:deviceId (deviceId is mongoDB reference id).
How can i make the menu item for every path with /dash, no matter what will come after? And could anyone give some common syntax guidelines for the UIRoute argument in MenuService - I can't find anything else than the article example which doesn't cover my current issue.
Thanks alot!
The text was updated successfully, but these errors were encountered: