I think Polymer _does_ support two way data binding by using curly braces instead of square ones: ``` html <child-component prop1="{{ parentProp }}"></child-component> ``` Hope @ebidel or anyone from the Polymer team can confirm this.