leonidas / transparency

Transparency is a semantic template engine for the browser. It maps JSON objects to DOM elements by id, class and data-bind attributes.
http://leonidas.github.com/transparency/
MIT License
969 stars 112 forks source link

render to accept .forEachable collections #91

Open bleadof opened 11 years ago

bleadof commented 11 years ago

It would be very handy if render would accept anything that can be forEached through. This way you could have any type of collection underneath containing the objects that want to be rendered.