Comment on Why does Ember.js rock?parentComments−Volpe13yHave your objects update from a form fields without having to select each element, assign it's inputted value to your JS object.Turns 50 lines (if you're lucky) of JS into 0. (with about 10 characters more markup).
Comments
Have your objects update from a form fields without having to select each element, assign it's inputted value to your JS object.
Turns 50 lines (if you're lucky) of JS into 0. (with about 10 characters more markup).