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.
2 parents bdbca2e + da0c66a commit c8760cdCopy full SHA for c8760cd
route/index.js
@@ -7,8 +7,8 @@ var angularUtils = require('../util.js');
7
8
var Generator = module.exports = function Generator() {
9
ScriptBase.apply(this, arguments);
10
- this.hookFor('angular:controller');
11
- this.hookFor('angular:view');
+ this.hookFor('angular-fullstack:controller');
+ this.hookFor('angular-fullstack:view');
12
};
13
14
util.inherits(Generator, ScriptBase);
0 commit comments