I think AngularJS has a very strong 2-way databinding offering (with its many directives and implicit data-change detection).<p>It is actually possible to just use the databinding features of AngularJS without all the framework stuff. Just need a few lines of Javascript to get yourself a scope.<p>Or just use my code: <a href="https://github.com/julius/AngularLite" rel="nofollow">https://github.com/julius/AngularLite</a>