ef4/ember-elsewhere

Portal from one component to another

adambedford opened this issue · 2 comments

Is it possible to portal content from one component to another? I'm not seeing the content show up in the from-elsewhere placeholder

Figured this out. The issue was a typo in my implementation. The {{from-elsewhere}} component takes an attribute name, however the {{to-elsewhere}} component take an attribute named (I was missing the trailing "d")

ef4 commented

Sorry. You're not the only one. The parameters are empirically bug magnets.

I just pushed fef99e9 to hopefully save the next person's debugging time.