I am working with JsViews/JsRender and quite complex dataSet. Currently I have some issues with updating the rendered values after data model changed.
Could anyone please tell me, why the in the following code: http://jsfiddle.net/kWBFS/22/ refreshing binded values with $.observable(...).refresh(...)
and $.observable(...).setProperty(..., ...)
does not work?
Might be here something wrong with attached libraries? No error occurs in console.
Thanks a lot!