The feedback in cli for cli partial is missing the package 'name' or some other variable.
It works fine, but the feedback is confusing :)
Example:
yo cg-angular:partial mod1
[?] Enter your route name (i.e. /mypartial/:id). If you don't want a route added for you, leave this empty. /mod1
undefined index.html <-- guess ' %s' not defined
undefined app/app.less <-- guess ' %s' not defined
undefined js/setup.js <-- guess ' %s' not defined
create partial/mod1/mod1.js
create partial/mod1/mod1.html
create partial/mod1/mod1.less
create partial/mod1/mod1-spec.js
The feedback in cli for cli partial is missing the package 'name' or some other variable. It works fine, but the feedback is confusing :) Example: yo cg-angular:partial mod1 [?] Enter your route name (i.e. /mypartial/:id). If you don't want a route added for you, leave this empty. /mod1 undefined index.html <-- guess ' %s' not defined undefined app/app.less <-- guess ' %s' not defined undefined js/setup.js <-- guess ' %s' not defined create partial/mod1/mod1.js create partial/mod1/mod1.html create partial/mod1/mod1.less create partial/mod1/mod1-spec.js