I started trying to port firebase-element to 0.8 <https://github.com/Polymer/firebase-element/pull/46> and got stuck on simple two-way binding to input values. Is two-way binding only supported via custom elements in 0.8? How would I do the equivalent of this in 0.5:
<firebase-element location="https://example.firebaseio.com/demo" data= "{{data}}"></firebase-element> <input value="{{data.name}}"> Or, if that ought to work properly can you take a look at this example <https://github.com/Polymer/firebase-element/blob/master/demos/firebase.html> and tell me what's wrong with it? Cheers, Michael Bleigh Follow Polymer on Google+: plus.google.com/107187849809354688692 --- You received this message because you are subscribed to the Google Groups "Polymer" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/polymer-dev/d55bccac-edc0-4023-a9f3-2d892451bbbf%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
