Skip to content
New issue

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

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

Already on GitHub? # to your account

Document "pulling" data into components using ref blocks #100

Open
martypdx opened this issue Jul 10, 2014 · 0 comments
Open

Document "pulling" data into components using ref blocks #100

martypdx opened this issue Jul 10, 2014 · 0 comments
Labels

Comments

@martypdx
Copy link
Contributor

Use of ractive.set('foo') where foo is a parent data value and foo is not used in the template or passed in explicitly won't work. But if you put {{#foo}}{{/}} in the template, ractive knows about it and subsequent set or get operations work.

Probably we could make them (get and set) smarter, but I finally got my head around this and it's worth documenting.

@fskreuz fskreuz added the docs label Jan 31, 2016
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants