Please check out the code attached:
I am trying to access the index using {{@index}}
but it seems not to be compiling. I think handlebars supports that:
{{#each item in model}}
{{@index}}
{{item}}
{{/each}}
It is not working for me. I can't figure out if the {{@index}}
is supported or not.
I am using:
- Ember.VERSION : 1.0.0
- Handlebars.VERSION : 1.0.0