Hacker News new | ask | show | jobs
by julius 4319 days ago
I think AngularJS has a very strong 2-way databinding offering (with its many directives and implicit data-change detection).

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.

Or just use my code: https://github.com/julius/AngularLite