ncuillery / angular-breadcrumb

Generate a breadcrumb from ui-router's states
http://ncuillery.github.io/angular-breadcrumb/
MIT License
785 stars 183 forks source link

Directive only shows current state. #164

Open MADavies opened 8 years ago

MADavies commented 8 years ago

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.

aliraza923 commented 7 years ago

Yes I am also facing the same issue

ozairsajid commented 7 years ago

I'm also facing this issue

ozairsajid commented 7 years ago

I added parent field along with label under ncyBreadcrumb in the $stateprovider and it started showing the breadcrumb.

douglasg14b commented 7 years ago

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.