0

I'm trying to figure out whether there's a way to get my position during a looped render using {{#each}}. Hacking at the source, there doesn't appear to be an easy way to do it - but that may be simply a result of my inability to trace well through the code.

Fordi
  • 2,798
  • 25
  • 20

1 Answers1

1

contentIndex will be set on the view on creation but will NOT be updated as the array mutates.

Christopher Swasey
  • 10,392
  • 1
  • 31
  • 25