bustle / ember-mobiledoc-dom-renderer

Render mobiledoc documents in an ember app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fastboot: cards and atoms render in the wrong spot

bantic opened this issue · comments

This addon uses renders cards and atoms with ember components outside of the rendered mobiledoc and then uses ember-wormhole to move them into their correct place in the rendered dom.

ember-wormhole doesn't work in fastboot yet so cards and atoms that are rendered with ember-mobiledoc-dom-renderer in Fastboot end up being displayed at the end of the rendered output instead of in their correct spots.

This is blocked on ember-wormhole being updated to be fastboot-compatible. (see: yapplabs/ember-wormhole#47)

closed by #17