Skip to content

Commit 52d0fcd

Browse files
Fixed last commit
1 parent 1c20d05 commit 52d0fcd

File tree

1 file changed

+1
-1
lines changed
  • templates/app/client/app

1 file changed

+1
-1
lines changed

Diff for: templates/app/client/app/app.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import ngCookies from 'angular-cookies';
55
import ngResource from 'angular-resource';
66
import ngSanitize from 'angular-sanitize';
77
import ngValidationMatch from 'angular-validation-match';
8-
98
<%_ if(filters.socketio) { _%>
109
import 'angular-socket-io';<% } %>
1110
<%_ if(filters.ngroute) { _%>
@@ -16,6 +15,7 @@ import uiRouter from 'angular-ui-router';<% } %>
1615
import uiBootstrap from 'angular-ui-bootstrap';<% } %>
1716
// import ngMessages from 'angular-messages';
1817
<%_ if(filters.auth) { _%>
18+
// <% } %>
1919

2020

2121
import {routeConfig} from './app.config';

0 commit comments

Comments
 (0)