When i do: ``` ember --generate -vt Form/Base ``` A template is generated with the following name "form/base" which prevents the Ember View/Template magic. in my case I had to manually add the templateName property to my view.
When i do:
A template is generated with the following name "form/base" which prevents the Ember View/Template magic.
in my case I had to manually add the templateName property to my view.