googlearchive / TemplateBinding

TemplateBinding Prolyfill
290 stars 61 forks source link

Support repeat="{{an_es6_map}}" #188

Closed jyasskin closed 9 years ago

jyasskin commented 9 years ago

It'd be nice to be able to iterate over the key/value pairs in an ES6 Map object.

jmesserly commented 9 years ago

Good idea. I may merge this into https://github.com/Polymer/polymer-expressions/issues/11 ... which is basically what that was about. But Maps are possibly easier to support since they're saner.