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.
1 parent 1c20d05 commit 52d0fcdCopy full SHA for 52d0fcd
templates/app/client/app/app.js
@@ -5,7 +5,6 @@ import ngCookies from 'angular-cookies';
5
import ngResource from 'angular-resource';
6
import ngSanitize from 'angular-sanitize';
7
import ngValidationMatch from 'angular-validation-match';
8
-
9
<%_ if(filters.socketio) { _%>
10
import 'angular-socket-io';<% } %>
11
<%_ if(filters.ngroute) { _%>
@@ -16,6 +15,7 @@ import uiRouter from 'angular-ui-router';<% } %>
16
15
import uiBootstrap from 'angular-ui-bootstrap';<% } %>
17
// import ngMessages from 'angular-messages';
18
<%_ if(filters.auth) { _%>
+// <% } %>
19
20
21
import {routeConfig} from './app.config';
0 commit comments