Aurelia repeat.for access index of item

Solution 1:

There is. Write this:

<li repeat.for="item of items">${$index} - ${item}</li>