fix(generators): add TS tabs generator

This commit is contained in:
Tim Lancina
2016-04-07 13:15:55 -05:00
parent f14e3840e2
commit 3ad15b1919

View File

@ -37,7 +37,8 @@ TabsGenerator.prototype.run = function(){
var pageGenerator = new PageGenerator({
name: tabName,
generator: 'page',
appDirectory: this.appDirectory
appDirectory: this.appDirectory,
isTS: this.isTS
});
pageGenerator.run();