Hello, I'm trying to figure out what is the recommended way to pass a large JavaScript object to an element. Why?
I follow a pattern presented during Polymer Summit where I perform AJAX request inside a custom element, I receive back an array with large (hundreds) of properties each. To present this data I would like to use dom-repeat over my custom element, i.e. I would like to pass largish "item" to the element without using element parameters. Thanks in advance. 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/26e1f631-8059-4340-af3f-7cb1fe907fa6%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
