aurelia / templating-binding

An implementation of the templating engine's Binding Language abstraction which uses a pluggable command syntax.
MIT License
32 stars 26 forks source link

Add for-in to repeat.for binding #54

Closed davismj closed 9 years ago

davismj commented 9 years ago

If it's easy. It's been a part of javascript's spec forever. If not, just close the issue.

EisenbergEffect commented 9 years ago

I think we are going to pass on this one. We are doing some work to make the repeater more pluggable by providing different strategies for handling different collection types.