We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents faa41ee + 46924ae commit 46a8456Copy full SHA for 46a8456
templates/app/client/app/account(auth)/account.module.js
@@ -22,7 +22,8 @@ import { SettingsComponent } from './settings/settings.component';
22
states: STATES,
23
}),<% } %>
24
<%_ if (filters.ngroute) { -%><% } %>
25
- DirectivesModule,
+ <%_ if(filters.oauth) { -%>
26
+ DirectivesModule,<% } %>
27
],
28
declarations: [
29
LoginComponent,
0 commit comments