Google News
logo
Backbone - Interview Questions
What is Modelbinder and the most powerful capabilities of the ModelBinder ?
* To make synchronization process of views and models together, ModelBinder class is used.
 
* The most powerful capabilities of ModelBinder class is that it enables you to define scope when you create your bindings using jQuery.
 
* If your views are simple, you can rely on default scoping rules that are based off of the html “name” attribute.

* You can define scoping with jQuery selectors if your views are complex.
Advertisement