Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Render a child view after target instead of inside it #45

Closed
djsegal opened this issue Apr 11, 2016 · 3 comments
Closed

Render a child view after target instead of inside it #45

djsegal opened this issue Apr 11, 2016 · 3 comments

Comments

@djsegal
Copy link

djsegal commented Apr 11, 2016

Is this currently possible? I want to ember-wormhole some <li> blocks into a <ul>.

Right now I can't get it to work because it is putting the <li> blocks into a div and breaking some css.

@lukemelia
Copy link
Contributor

@djsegal This is not currently possible.

@djsegal
Copy link
Author

djsegal commented Jun 3, 2016

@lukemelia we can close this, I found a way around it.


In my case, I was building a sidebar with breadcrumbs at the top and an index list at the bottom. Because of the temporality of the problem, I was able to just add everything sequentially (i.e. add one bread crumb for each depth of a resource and then a link for all its children).

Because I resolved this issue, I can't think of a use case that would require rendering child views after targets

@lukemelia
Copy link
Contributor

Thanks for the followup @djsegal

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants