-
Notifications
You must be signed in to change notification settings - Fork 78
Is it possible to support routable engines? #100
Comments
What are the issues you're seeing when trying to use it in combination with routable engines? |
What i am seeing is the following error
Ill try to dig a bit more to get some more information. |
Looks like in bread-crumbs.js
currentRouteName is undefined since controller is pretty much empty. This described case is where I have put crumbly inside a component within my Ember Engine. If i try to move the breadcrumb to the parent applications i get:
Hopefully that give you enough info to try to fix it. If you need me to do anything let me know. |
I encountered this same problem with one of our projects, so think I found where this issue is coming from. In the After looking at how Ember Engines modified the internal router service for Ember, I believe that using the routing service and the |
… Engines support (poteto#100)
@dguettler with #143 merged, what are the next steps to publishing a new version to NPM? |
No description provided.
The text was updated successfully, but these errors were encountered: