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

Components with a / in the name do not compile properly #203

Closed mixonic closed 9 years ago

mixonic commented 9 years ago

From @thec0keman in https://github.com/machty/emblem.js/pull/196#issuecomment-76302220

This doesn't seem to be able to recognize components with a / in their name. Instead of compiling = navigation/button-list to {{navigation/button-list}} it compiles to {{navigation}}.