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

Update for Handlebars 1.2 and bind-attr helper #118

Closed inDream closed 10 years ago

inDream commented 10 years ago

Check Handlebars version's first 3 characters as its AST changed after 1.1 Also use bind-attr to replace bindAttr helper (Thanks for @artursvonda 's code)

inDream commented 10 years ago

Fix #116

machty commented 10 years ago

Thank you for the help! I've been megaslammed with Ember stuff.