I have a {{#each}} loop and within each iteration I have a helper being called I'd like to pass the @index property to. Is it possible? Template compilation fails when I try to pass it into a helper (without the curly braces:
{{#each }}
{{myHelper @index arg2}}
{{/each}}
I have a {{#each}} loop and within each iteration I have a helper being called I'd like to pass the @index property to. Is it possible? Template compilation fails when I try to pass it into a helper (without the curly braces:
{{#each }}
{{myHelper @index arg2}}
{{/each}}