angular-breadcrumb
angular-breadcrumb copied to clipboard
Directive only shows current state.
Im currently developing with Angular and Angular-Material, using ui.route and states and im having trouble getting the directive to recognise child states so it is only showing the current state name instead of "Home > something > details" for example.
Yes I am also facing the same issue
I'm also facing this issue
I added parent field along with label under ncyBreadcrumb in the $stateprovider and it started showing the breadcrumb.
Same issue here. Especially concerning when there are some states that do not have defined parents. I was expecting to be able to keep a record of the users navigation.