grnadav / databind

Two way data binding, dependant on nothing, not opinionated
Other
97 stars 17 forks source link

Add content editable support #11

Open johnhidey opened 9 years ago

johnhidey commented 9 years ago

Added two-way binding support for elements which have the contenteditable attribute set to true on them.

johnhidey commented 9 years ago

Didn't know what tools you were using for minifying your DataBind.js so only the non-minified version is updated

grnadav commented 9 years ago

Awesome! I am using an online minifier manually each time (because I'm too lazy to setup grunt to do that automatically :( ). I'll merge it and release a 0.5.0!