6 ms·
You can switch the template engine in Ember, but you'll lose the databinding hotness unless you implement it in your own engine.
by sshconnection 13y ago
You can switch the template engine in Ember, but you'll lose the databinding hotness unless you implement it in your own engine.
- tmzt 13y agoYeah, still waiting for jade support but haven't looked at how to implement one yet.
- avolcano 13y agoYou might want to give Emblem a shot. It's similar to HAML or Jade but compiles to Ember/Handlebars-compatible templates: http://emblemjs.com/ http://emblemjs.com/
- jlongster 13y agoDo they provide some kind of spec/API for other engines to support it? That would be a killer feature.