File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ import angular from 'angular';
44import ngCookies from 'angular-cookies' ;
55import ngResource from 'angular-resource' ;
66import ngSanitize from 'angular-sanitize' ;
7+ import ngValidationMatch from 'angular-validation-match' ;
8+
79< % _ if ( filters . socketio ) { _ % >
810import 'angular-socket-io' ; < % } % >
911< % _ if ( filters . ngroute ) { _ % >
@@ -14,7 +16,6 @@ import uiRouter from 'angular-ui-router';<% } %>
1416import uiBootstrap from 'angular-ui-bootstrap' ; < % } % >
1517// import ngMessages from 'angular-messages';
1618< % _ if ( filters . auth ) { _ % >
17- // import ngValidationMatch from 'angular-validation-match';<% } %>
1819
1920
2021import { routeConfig } from './app.config';
@@ -38,6 +39,7 @@ angular.module('<%= scriptAppName %>', [
3839 ngCookies,
3940 ngResource,
4041 ngSanitize,
42+ 'validation.match',
4143 < % _ if ( filters . socketio ) { % >
4244 'btford.socket-io',< % } % >
4345 < % _ if ( filters . ngroute ) { % >
You can’t perform that action at this time.
0 commit comments