e.g. $.observe(app, "a^b.getData().getPeople(index+1).address.street", cb);
and also
e.g. $.observe(app, "a^b.getData()people[index].address.street", cb);
For the moment add to docs that this is not supported. Similar paths are supported in template bindings, though e.g. data-link="a^b.getData().getPeople(index+1).address.street"
e.g. $.observe(app, "a^b.getData().getPeople(index+1).address.street", cb);
and also
e.g. $.observe(app, "a^b.getData()people[index].address.street", cb);
For the moment add to docs that this is not supported. Similar paths are supported in template bindings, though e.g. data-link="a^b.getData().getPeople(index+1).address.street"
http://www.jsviews.com/#explore/objectsorvm already does partially document this after the last sample.