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

"click" in bracketed attributes not working anymore #232

Closed patricklx closed 9 years ago

patricklx commented 9 years ago

The click action doesn't work anymore in this case:

button [
 click="hey"
 label="tesy" ]

The click action just disappears