Skip to content

Commit aa281c5

Browse files
committed
added useDirective for esj templating
1 parent 34f28fb commit aa281c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,8 @@ module.exports = generators.Base.extend({
144144
name: this.addon.name,
145145
module: this.addon.module,
146146
typeName: this.addon.typeName,
147-
paramName: this.addon.paramName
147+
paramName: this.addon.paramName,
148+
directive: this.addon.useDirective
148149
}
149150
);
150151
}.bind(this));

0 commit comments

Comments
 (0)