ef4 / ember-elsewhere

Render elsewhere in the DOM, with nice composition, animation, etc. Based on 100% public API.
MIT License
184 stars 25 forks source link

Switch to {{in-element}} #37

Closed sandstrom closed 4 years ago

sandstrom commented 4 years ago

Would it make sense for this addon to switch to {{in-element}}?

https://github.com/emberjs/ember.js/pull/18867

Trying to understand whether this addon does more things, that aren't supported by {{in-element}}.

ef4 commented 4 years ago

I think in-element errors if the target doesn't exist? An important thing this addon does is let you render the source and destination in any order relative to each other.

sandstrom commented 4 years ago

Alright, that makes sense!