From 46924ae04e21d7ce767f7235269a6285dafd13ae Mon Sep 17 00:00:00 2001 From: stherrien Date: Tue, 11 Apr 2017 18:44:29 -0400 Subject: [PATCH] Fix oauth webpack issue for account module --- templates/app/client/app/account(auth)/account.module.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/app/client/app/account(auth)/account.module.js b/templates/app/client/app/account(auth)/account.module.js index f7847a8a7..11765a09f 100644 --- a/templates/app/client/app/account(auth)/account.module.js +++ b/templates/app/client/app/account(auth)/account.module.js @@ -22,7 +22,8 @@ import { SettingsComponent } from './settings/settings.component'; states: STATES, }),<% } %> <%_ if (filters.ngroute) { -%><% } %> - DirectivesModule, + <%_ if(filters.oauth) { -%> + DirectivesModule,<% } %> ], declarations: [ LoginComponent,