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 b978323 commit 2eb612dCopy full SHA for 2eb612d
app/index.js
@@ -210,9 +210,9 @@ var AngularFullstackGenerator = yeoman.generators.Base.extend({
210
"'ngCookies'",
211
"'ngResource'",
212
"'ngSanitize'",
213
- "'ngRoute'",
214
"'ui.bootstrap'"
215
];
+ if(this.filters['ngroute']) angModules.push("'ngRoute'");
216
if(this.filters['socketio']) angModules.push("'btford.socket-io'");
217
if(this.filters['uirouter']) angModules.push("'ui.router'");
218
0 commit comments