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

Component class shorthand does not concatenate #321

Open thec0keman opened 5 years ago

thec0keman commented 5 years ago

= my-component .foo.bar class='baz' =>

{{my-component class="baz" class="foo bar"}}

and it should be

{{my-component class="foo bar baz"}}
thec0keman commented 5 years ago

This is related, but the colon helpers also do not work on components