Skip to content

Commit 08fd9b9

Browse files
committed
ammend to 3a62d70
1 parent e79d5dc commit 08fd9b9

File tree

1 file changed

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

1 file changed

+1
-2
lines changed

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

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ import uiRouter from 'angular-ui-router';<% } %>
1414
<%_ if(filters.uibootstrap) { _%>
1515
import uiBootstrap from 'angular-ui-bootstrap';<% } %>
1616
<%_ if(filters.auth) { _%>
17-
// eslint-disable-next-line no-unused-vars
18-
import ngValidationMatch from 'angular-validation-match';
17+
import 'angular-validation-match';
1918
<% } %>
2019

2120

0 commit comments

Comments
 (0)