Hi,
I am trying to bind a model to a higherlevel element and then later bind another model to something nested deeper in the dom.
When I do this, i get the following stack trace:
Which looks to be caused by my 2nd view using data-bind to source and then a template
I have tried to replicate it here: http://jsbin.com/iyayuk/7/edit and that gives me a different error but i believe it is close to the same problem.
I noticed this one: http://www.kendoui.com/forums/framework/mvvm/nested-views-bindings.aspx but i dont think i can see a way to get a jquery selector to correctly exclude the deeper elements.
But beyond that I would not expect the code to throw an error.
Appreciate your help on this
Thanks
James.
I am trying to bind a model to a higherlevel element and then later bind another model to something nested deeper in the dom.
When I do this, i get the following stack trace:
Which looks to be caused by my 2nd view using data-bind to source and then a template
I have tried to replicate it here: http://jsbin.com/iyayuk/7/edit and that gives me a different error but i believe it is close to the same problem.
I noticed this one: http://www.kendoui.com/forums/framework/mvvm/nested-views-bindings.aspx but i dont think i can see a way to get a jquery selector to correctly exclude the deeper elements.
But beyond that I would not expect the code to throw an error.
Appreciate your help on this
Thanks
James.