I tested Polymer yesterday. Its quite cool, but I wonder how I can read a Map with <template is="dom-repeat" items="{{binding}}">
. Is this possible?
I created an ajax-call to a read url where I get a Map<String,List<String>>
as response. I want to render the keys as radio-button-group and the value-list-items as members of this radio-button group.
Atm I don't know how to archieve this. Does anyone have a hint how I could solve this issue with polymer and iron/paper elements?
Thnx