In order to deserialize as an object, the `datee` must be an object. You can do this:
Here's an example: http://jsbin.com/nozuj/1/edit On Fri, May 23, 2014 at 11:03 AM, <[email protected]> wrote: > I am not successful. When i tried the below > > <master-elem *datee *='[{"name":"John"}, {"name":"Bob"}]'></master-elem> > > and read the value as below - I am getting undefined but I am able to read > the value from the Polymer construction or any events in it. > > polymer-element name="master-elem" attributes="letters datee"> > <template> > <template repeat="{{d in *datee*}}"> > <my-elem name={{d.name}} > valuee=true></my-elem> > </template> > > </template> > <script> > > Can you please help? > > 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/84a136bf-f670-4367-a0f6-8c1858a6c673%40googlegroups.com<https://groups.google.com/d/msgid/polymer-dev/84a136bf-f670-4367-a0f6-8c1858a6c673%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > 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/CA%2BrMWZg4oJzuw5hWFqYaugiXvpy_rFpg2Ge0GK9o-pc_FC61jg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
