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

Breadcrumbs could not handle multiple paths to access a particular state. #456

Open
icybergenome opened this issue Jul 19, 2017 · 1 comment

Comments

@icybergenome
Copy link

icybergenome commented Jul 19, 2017

Description of issue: If we have a state loggedIn.view1.service1 which could also be accessed by a path loggedIn->view2->service1, then the breadcrumbs would only be based on loggedIn->view1->service1.
Although we can access service1 from view1, but we need to register a state for loggedIn.view2.service1. Since ngbreadcrumb.js is using currentState.parent so it always look for a parent instead of previous state.

@icybergenome
Copy link
Author

Any comment on it? Since we can't even write a generic parent to associate with a single child, so that multiple parents could access a particular child. So what could be a possible way out?

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

No branches or pull requests

1 participant