I've read that having directories/folders inside of /components is now supported. Using ember-cli I can generate the necessary subdirectory/component required. However, I cannot seem to reference the component.
For example if I a folder structure like this:
app/components/sub/test-comp.js
app/templates/components/sub/test-comp.hbs
referencing by: (in another .hbs file)
{{test-comp model=model}}
gives me the following error:
A helper named 'test-comp' could not be found
ember: 1.10.0
ember-cli: 0.2.0