machty / emblem.js

Emblem.js - Ember-friendly, indented syntax alternative for Handlebars.js
http://emblemjs.com
MIT License
1.04k stars 81 forks source link

Actions with each #185

Closed kay-is closed 9 years ago

kay-is commented 9 years ago

When I try to use each with actions, every click gets the first records ID:

each item in items
  a click="someAction item.id 'somevalue'"
kay-is commented 9 years ago

Used a Ember-Data function wrong. sorry.