This repository was archived by the owner on Jul 1, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,10 @@ <h1>Angular-Validation Directive|Service (ghiscoding)</h1>
17
17
18
18
< span class ="text-info "> < strong > {{'CHANGE_LANGUAGE' | translate}}: </ strong > </ span >
19
19
< div class ="btn-group btn-group-sm ">
20
- < button type ="button " class ="btn btn-default " ng-click ="switchLanguage('fr') "> Français</ button >
21
20
< button type ="button " class ="btn btn-default " ng-click ="switchLanguage('en') "> English</ button >
22
21
< button type ="button " class ="btn btn-default " ng-click ="switchLanguage('es') "> Español</ button >
22
+ < button type ="button " class ="btn btn-default " ng-click ="switchLanguage('fr') "> Français</ button >
23
+ < button type ="button " class ="btn btn-default " ng-click ="switchLanguage('no') "> Norsk</ button >
23
24
</ div >
24
25
25
26
< span class ="text-info " style ="margin-left: 20px "> < strong > Type: </ strong > </ span >
@@ -50,7 +51,7 @@ <h1>Angular-Validation Directive|Service (ghiscoding)</h1>
50
51
<script type="text/javascript" src="src/validation-service.js"></script>
51
52
<script type="text/javascript" src="src/validation-common.js"></script>
52
53
<script type="text/javascript" src="src/validation-rules.js"></script>
53
- -->
54
+ -->
54
55
55
56
<!-- your ng-app file -->
56
57
< script type ="text/javascript " src ="app.js "> </ script >
You can’t perform that action at this time.
0 commit comments