Hello, I'm working on a web based administration application that needs some bindings that don't seem to be supported. I've posted a live demo of the simplest test case at [1]. The goal is to be able to use two-way binding on the properties of obj. In real life both properties arr and obj would be populated by iron-ajax. This pattern would be fairly common in my app. A real world example for using this pattern is to have a global array of groups into arr, and the membership of a single user in obj. Merging the data from obj into arr would not be a good solution - it would be very wasteful to transmit 'arr' in every AJAX GET/POST.
I'm unsure if I really want a way to create two-level binding as proposed in the jsbin, or if I need a way to create a lookup property (with a getter and setter in code). [1] https://jsbin.com/zofazonuwa/edit?html,output 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/a55c420d-2685-4cee-8585-6877faff2be2%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
