I'd like to use this neat addon in an addon. But what I found is that the consuming app needs to manually add a {{from-elsewhere}} into application.hbs. Addons using ember-wormhole often are able to use the content-for hook hook to drop a div into the body. Would you know a way for ember-elsewhere to achieve roughly that same feature?
I'd like to use this neat addon in an addon. But what I found is that the consuming app needs to manually add a
{{from-elsewhere}}intoapplication.hbs. Addons using ember-wormhole often are able to use thecontent-forhook hook to drop a div into the body. Would you know a way for ember-elsewhere to achieve roughly that same feature?