Skip to content

Commit

Permalink
fix(generators): add TS tabs generator
Browse files Browse the repository at this point in the history
  • Loading branch information
tlancina committed Apr 7, 2016
1 parent f14e384 commit 3ad15b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tooling/generators/tabs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 3ad15b1

Please sign in to comment.