I have encountered an issue with passing an object to polymer's custom element (via attribute). It seems there is no data binding in any direction, the object is being passed and it's data is available but there is no data binding. I was using angu-poly <https://github.com/matjaz/angu-poly> and angular-bind-polymer <https://github.com/eee-c/angular-bind-polymer>for binding from custom element back to angular model, it didn't work. I have posted an issue on angu-poly github projects and the creator suggested that "MutationObserver can not observe object/array changes".
Here is some sample to work with (it is not working as expected because of the issue mentioned above): http://plnkr.co/edit/MyjSRGx2fVrwHXFsv9yK?p=preview So is this an issue with polymer? 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/1c7771b1-9c23-4f6d-adde-657fdd97a6a2%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
