We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For example, in {{ catalog }} we observe catalog and catalog.item but not catalog.item.title.
{{ catalog }}
catalog
catalog.item
catalog.item.title
For example, in: {{ { thing1: foo, thing2: bar } }} we observe foo and bar but not the properties of foo and bar.
{{ { thing1: foo, thing2: bar } }}
foo
bar
For example: thing[field]. In this case, we observe... (fill in the blank).
thing[field]
The text was updated successfully, but these errors were encountered:
Sorry, opened this on the wrong repo. Moved to:
Polymer/old-docs-site#392
Sorry, something went wrong.
No branches or pull requests
observe the identifier and its direct properties.
For example, in
{{ catalog }}
we observecatalog
andcatalog.item
butnot
catalog.item.title
.For example, in:
{{ { thing1: foo, thing2: bar } }}
we observefoo
andbar
but not the properties offoo
andbar
.For example:
thing[field]
. In this case, we observe... (fill in the blank).The text was updated successfully, but these errors were encountered: