wix-incubator / react-templates

Light weight templates for react
https://wix.github.io/react-templates
MIT License
2.82k stars 207 forks source link

rt-repeat with custom index doesn't work #162

Closed nippur72 closed 8 years ago

nippur72 commented 8 years ago

the new syntax introduced in #88 doesn't work

<ul>
    <li rt-repeat="item, customIndex in [1,2,3]">{item} is number {customIndex}</li>
</ul>

Uncaught ReferenceError: customIndex is not defined