I'm trying to have a list be rerendered when the container of the list is updated:
{^{for selectedScenario.instances}}
<div>{^{:name}}</div>
{{/for}}
When I use $.observable(data).setProperty("selectedScenario", scenario), nothing changes. In http://jsfiddle.net/ep76m4af/1/ you can see this in action. ObserveAll shows that the data itself is updated and the event is properly fired.