File tree 1 file changed +3
-1
lines changed
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';
4
4
import ngCookies from 'angular-cookies' ;
5
5
import ngResource from 'angular-resource' ;
6
6
import ngSanitize from 'angular-sanitize' ;
7
+ import ngValidationMatch from 'angular-validation-match' ;
8
+
7
9
< % _ if ( filters . socketio ) { _ % >
8
10
import 'angular-socket-io' ; < % } % >
9
11
< % _ if ( filters . ngroute ) { _ % >
@@ -14,7 +16,6 @@ import uiRouter from 'angular-ui-router';<% } %>
14
16
import uiBootstrap from 'angular-ui-bootstrap' ; < % } % >
15
17
// import ngMessages from 'angular-messages';
16
18
< % _ if ( filters . auth ) { _ % >
17
- // import ngValidationMatch from 'angular-validation-match';<% } %>
18
19
19
20
20
21
import { routeConfig } from './app.config';
@@ -38,6 +39,7 @@ angular.module('<%= scriptAppName %>', [
38
39
ngCookies,
39
40
ngResource,
40
41
ngSanitize,
42
+ 'validation.match',
41
43
< % _ if ( filters . socketio ) { % >
42
44
'btford.socket-io',< % } % >
43
45
< % _ if ( filters . ngroute ) { % >
You can’t perform that action at this time.
0 commit comments