I use meteor 1.2
Here is my code :
{{#each steps}}
{{#each buttons}}
<button class="car-action-button" data-step-index="{{../@index}}" data-button-index="{{@index}}" data="{{../idOnMap}}" data-cid="{{../../cid}}">
</button>
{{/each}}
{{/each}}
{{../@index}} should return the steps rank but doesn't return anything. Is ther a way to do that ?