SimonDegraeve / meteor-jade-handlebars

[DEPRECATED] Write the templates in your Meteor Application using Handlebars and Jade instead of HTML and Handlebars
34 stars 24 forks source link

in #each loops @index doesn't function #17

Open BrandonCopley opened 11 years ago

BrandonCopley commented 11 years ago
{{@index}}

will crash my app when placed inside

{{#each images}}
  {{> image}}
{{/each}}
workingBen commented 11 years ago

+1

brancusi commented 10 years ago

+1, really need an index. How does one grab it?

gregorynicholas commented 10 years ago

:+1: