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

Allow bracketed params as a part of a mustache value #239

Closed thec0keman closed 9 years ago

thec0keman commented 9 years ago

This allows for mustache attribute values to have array indexes (though this doesn't seem to be supported very well by Ember).

Should fix #231.

machty commented 9 years ago

Can you rebase this as well?

thec0keman commented 9 years ago

This should be ready as well.

machty commented 9 years ago

@thec0keman heh, one last time! (last merged PR messed up this one's mergeability)

Thank you for all the hard work!

thec0keman commented 9 years ago

I think that's it. Thanks!