ember-tools icon indicating copy to clipboard operation
ember-tools copied to clipboard

Template not bound to view when generated in subfolder

Open jmorvan opened this issue 11 years ago • 1 comments

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.

jmorvan avatar Nov 07 '13 09:11 jmorvan

What is the reason for var resourceName = inflector.underscore(resource) instead of var resourceName = inflector.camelize(resource, true)

this would solve the above problem no?

jmorvan avatar Nov 20 '13 00:11 jmorvan