emilol / angular-crumbs

Angular Breadcrumb
https://emilol.github.io/angular-crumbs
MIT License
46 stars 46 forks source link

Don't override custom display names when navigating unless the route changes. #12

Closed emilol closed 6 years ago

emilol commented 6 years ago

I'm submitting a...


[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report  
[x] Feature request
[ ] Documentation issue or request

Current behavior

After every route event, custom breadcrumb titles for the full hierarchy have to be set again.

Expected behavior

If any part of the route stays the same, maintain the custom title.