diff --git a/route/index.js b/route/index.js index 8aeb93851..87939697f 100644 --- a/route/index.js +++ b/route/index.js @@ -7,8 +7,8 @@ var angularUtils = require('../util.js'); var Generator = module.exports = function Generator() { ScriptBase.apply(this, arguments); - this.hookFor('angular:controller'); - this.hookFor('angular:view'); + this.hookFor('angular-fullstack:controller'); + this.hookFor('angular-fullstack:view'); }; util.inherits(Generator, ScriptBase);