houpli

Results 2 issues of houpli

Hi, I have this model : { a: "value1", b: "value2", nestedModel: (Backbone.Model) { c: "value3", d: "value4" } } How bind the main model and the nested model into...

Hi, I use custom inputs widgets like DatePicker or NumericTextBox (KendoUI). I would like to use "value" binding but I have to create my custom handler with addHandler. Is it...