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.
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.