5 ms·
I don't believe Meteor has two-way data binding. You have to update the model manually using events[0]. 0: https://docs.meteor.com/#/full/eventmaps https://doc
by kfinley 12y ago
I don't believe Meteor has two-way data binding. You have to update the model manually using events[0].
0: https://docs.meteor.com/#/full/eventmaps https://docs.meteor.com/#/full/eventmaps
- imslavko 12y agoTwo way data-bindings are not a Core feature and they are implemented in packages. My favorite one is this: http://viewmodel.meteor.com/ http://viewmodel.meteor.com/