poteto / ember-crumbly

Declarative breadcrumb navigation for Ember apps
MIT License
168 stars 78 forks source link

Title not displaying correctly after first click of link #136

Closed spacerobotTR closed 6 years ago

spacerobotTR commented 6 years ago

Say I have the routes Servicerequests > Servicerequests.create. For the main service requests link I set it up as: breadCrumb: { title: 'Service Requests', path: 'servicerequest' }

When I first go to the page it displays correctly as Service Requests, but after I click the link it transitions to the correct path but displays as servicerequest path until I refresh the page again.

Any thoughts on why it is doing this?

UPDATE: I had an issue with my routes that was causing the problem. I have fixed it now.