scottcorgan / domy-bind

Two-way data binding for front-end Browserify code
3 stars 0 forks source link

HTML Is Overwritten #2

Open mikkoh opened 9 years ago

mikkoh commented 9 years ago

When your model/object changes all of the html seems to be re-written to the DOM.

This forces any elements added to html via js to be removed and any inline CSS that was added via JS to be removed.