dunnkers / ember-polymer

Use Polymer in your ambitious Ember application! 💎
https://dunnkers.github.io/ember-polymer/
MIT License
21 stars 6 forks source link

Does it support databinding with polymer elements #8

Closed jaichandra closed 8 years ago

jaichandra commented 8 years ago

Can I use standard databinding syntax{{...}} with polymer elements in Ember?

dunnkers commented 8 years ago

Yes you can just like you normally would! Do mind that input elements do not automatically bind correctly.

jaichandra commented 8 years ago

Thanks