|
|
|
|
|
by HarshaThota
4816 days ago
|
|
> That said, we don't have View Bindings / Two-way bindings built in, we have to use Backbone Event's listenTo manually. It's worked ok for us so far, especially when you have multiple views on the same model that need to do different things when the model changes. Knockback.js (http://kmalakoff.github.io/knockback/) may help with that. |
|