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 36748f7 commit 3a62d70Copy full SHA for 3a62d70
templates/app/client/app/app.js
@@ -13,8 +13,8 @@ const ngRoute = require('angular-route');<% } %>
13
import uiRouter from 'angular-ui-router';<% } %>
14
<%_ if(filters.uibootstrap) { _%>
15
import uiBootstrap from 'angular-ui-bootstrap';<% } %>
16
-// import ngMessages from 'angular-messages';
17
<%_ if(filters.auth) { _%>
+// eslint-disable-next-line no-unused-vars
18
import ngValidationMatch from 'angular-validation-match';
19
<% } %>
20
0 commit comments