Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider supporting $.observe with computed properties in paths. #292

Closed
BorisMoore opened this issue Dec 21, 2014 · 2 comments
Closed

Consider supporting $.observe with computed properties in paths. #292

BorisMoore opened this issue Dec 21, 2014 · 2 comments

Comments

@BorisMoore
Copy link
Owner

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.

@BorisMoore
Copy link
Owner Author

See #160

@BorisMoore
Copy link
Owner Author

Closing "After V1.0" issues for now - to reopen as appropriate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant