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

Dynamic breadcrumbs not showing on reload with ui-router 1.0.4 #181

Open staffler-xyz opened 7 years ago

staffler-xyz commented 7 years ago

There is a problem when using dynamic breadcrumbs from resolve values:

ncyBreadcrumb: {
        label: "{{job.title}}"
      }

This is not compatible with the latest ui-router 1.0.4. With ui-router 0.4.2 everything works fine (not tested with other versions).

Maybe something changed with "viewContentLoaded"?