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.
For more options, visit https://groups.google.com/d/optout.