Skip to content

Commit a36e8a1

Browse files
committed
fix rerunning app with .yo-rc not loading filters
1 parent 8851bb1 commit a36e8a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ var AngularFullstackGenerator = yeoman.generators.Base.extend({
191191
},
192192

193193
ngModules: function() {
194+
this.filters = this.config.get('filters');
194195
var angModules = [
195196
"'ngCookies'",
196197
"'ngResource'",

0 commit comments

Comments
 (0)