This repository has been archived by the owner on Nov 9, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 78
breadCrumb override is ignored on a root route #83
Labels
Comments
It looks like ember-crumbly is looking at the |
Ran into the same issue i noticed that in: bread-crumbs.js `_guessRoutePath(routeNames, name, index) {
},` Removing the .index on the path seemed to fix my issue but i do not know why it was there in the first place or if it is truly needed |
jevanlingen
added a commit
to jevanlingen/ember-crumbly
that referenced
this issue
Dec 16, 2016
Enhanced implementation of poteto#101 for problem poteto#83.
Also seeing this, weird that it requires the index, when the index could have it's own crumb. This is most certainly a bug. |
See #104 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Consider the following routes.
When navigating to http://localhost:4200/customers the breadcrumbs generated is
However when navigating to http://localhost:4200/customers/1 the breadcrumbs generated is
router.js
routes/customers.js
The text was updated successfully, but these errors were encountered: