lazd / DOMly

The fast template system that creates and clones DOM nodes
MIT License
53 stars 9 forks source link

Support dereferencing arrays by index #25

Closed lazd closed 9 years ago

lazd commented 9 years ago

Currently, the following does not parse:

{{data.0}}

It should end up referencing data[0].