remy / bind.js

bind.js - simple two way data binding to HTML and callbacks
694 stars 62 forks source link

Use MutationObserver for DOM to object binding #27

Open gr0uch opened 8 years ago

gr0uch commented 8 years ago

In this demo: http://jsbin.com/vezeja/5/edit?js,console,output

When I manually remove the list item "ninja" from the list using the inspector, the data remains the same (still has "ninja" in the cats array)