bustle / ember-mobiledoc-dom-renderer

Render mobiledoc documents in an ember app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

changing mobiledoc property fails to call `willDestroyElement` on cards and atoms

bantic opened this issue · comments

When rendering a mobiledoc using {{render-mobiledoc mobiledoc=myMobiledoc}}, if the myMobiledoc property changes, the render-mobiledoc component doesn't destroy the existing ember-component-backed cards.

Probably related: #20

fix released in v0.5.3