jkarsrud / ember-cli-defeatureify

Ember-CLI addon to defeatureify your apps
MIT License
18 stars 6 forks source link

Camelize namespaces #11

Closed jkarsrud closed 9 years ago

jkarsrud commented 9 years ago

This makes sure the namespace is camelized before it's inserted into the DOM using the contentFor, and before being passed to defeatureify in the postprocessTree hook.

jkarsrud commented 9 years ago

This fixes #10