We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f50d094 commit 87e77a1Copy full SHA for 87e77a1
app/index.js
@@ -103,8 +103,8 @@ var AngularFullstackGenerator = yeoman.generators.Base.extend({
103
this.filters[answers.markup] = true;
104
this.filters[answers.stylesheet] = true;
105
this.filters[answers.router] = true;
106
- if(answers.bootstrap) this.filters[answers.bootstrap] = true;
107
- if(answers.uibootstrap) this.filters[answers.uibootstrap] = true;
+ if(answers.bootstrap) this.filters['bootstrap'] = true;
+ if(answers.uibootstrap) this.filters['uibootstrap'] = true;
108
cb();
109
}.bind(this));
110
},
0 commit comments