Skip to content

Commit c8760cd

Browse files
committed
Merge pull request #1 from dhensche/patch-1
Update route/index.js to use angular-fullstack generators
2 parents bdbca2e + da0c66a commit c8760cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: route/index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ var angularUtils = require('../util.js');
77

88
var Generator = module.exports = function Generator() {
99
ScriptBase.apply(this, arguments);
10-
this.hookFor('angular:controller');
11-
this.hookFor('angular:view');
10+
this.hookFor('angular-fullstack:controller');
11+
this.hookFor('angular-fullstack:view');
1212
};
1313

1414
util.inherits(Generator, ScriptBase);

0 commit comments

Comments
 (0)