erikringsmuth / app-router

Router for Web Components
https://erikringsmuth.github.io/app-router/
MIT License
610 stars 83 forks source link

Two-way property binding between parent element and child page #134

Closed shanika closed 8 years ago

shanika commented 8 years ago

Hi, Is there any way I can pass some attributes to child pages (defined in ) so I can utilize two way data binding between elements feature of polymer 1.0. I was expecting something like below.

Just like to know your thoughts. Thanks a lot.

shanika commented 8 years ago

https://github.com/Polymer/polymer/issues/1778 Looks like it's not achievable in polymer 1.0 if im on the right track. I am going to try to achieve this by having observers on the parent element's properties and letting child pages to subscribe to those changes manually.

shanika commented 8 years ago

After going through other issues and discussions I realized this issue is not necessary any more and it's under consideration. Will close it by my self. Cheers