Angular Alternative Two Way Data Binding

I'm using angular.js two way data binding, but this is the only function I use.

Example: http://www.angularjshub.com/examples/basics/twowaydatabinding/

So my question is:

Is there an alternative that offers easy customization (like angular) and only has one feature, two-way binding?

+3


source to share


2 answers


I believe you are looking for something closer to Knockout.js that does two-way binding very well, and leaves most of what Angular.js brings to a table.

Here's an example versus your AngularJs example for your reference.



Hope this helps you.

+2


source


You may be looking for a templating language like Handlebars . Or for a more detailed and recommended RactiveJS library



+2


source







All Articles