Docs: data binding,
attribute binding,
binding to array items,
computed bindings.
Don't forget: Polymer camel-cases properties, so if in JavaScript you use myProperty,
in HTML you would use my-property.
One way binding: when myProperty changes, theirProperty gets updated:
<some-element t...