ncuillery / angular-breadcrumb

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

Crumb is not being update with state changes #124

Open dhintze opened 8 years ago

dhintze commented 8 years ago

I'm using angular 1.3.16, ui-router 0.2.13, and breadcrumb 0.4.1. I've followed the getting started steps. The breadcrumb only ever shows the current page. When debugging, the chain is always empty. I'm changing states with both $state.go and ui-sref, neither seem to update the breadcrumb chain.

Feel like I'm missing something simple here... would love to use this!

sebastienvermeille commented 8 years ago

Hi @dhintze I have the same problem if I refresh the page (F5) the breadcrumb is correct but otherwise not.

Could someone help us ?

mariohmol commented 8 years ago

same thing here

sebastienvermeille commented 8 years ago

After some researchs it seems it comes from ng-animate. I use angular material (which one use ng-animate...)

mariohmol commented 8 years ago

i'm using angular-material as well.. and getting this error... what u did to fix it?

sebastienvermeille commented 8 years ago

@mariohmol we don't have any fix for now...

laguiz commented 8 years ago

Same here with angular-material.