This repository was archived by the owner on Jul 1, 2020. It is now read-only.
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ <h4><strong>{{ 'ERRORS' | translate }}!</strong></h4>
21
21
< label for ="input1 "> {{ 'INPUT1' | translate }}</ label >
22
22
< input type ="text " class ="form-control " name ="input1 " placeholder ="alpha|min_len:2|remote:customRemoteValidationCall|required " validation ="alpha|min_len:2|remote:customRemoteValidationCall|required " ng-model ="input1 " />
23
23
< span ng-if ="form1.input1.$processing ">
24
- < span class ="glyphicon glyphicon-cog spinning "> </ span >
24
+ < span class ="glyphicon glyphicon-refresh spinning "> </ span >
25
25
</ span >
26
26
</ div >
27
27
< div class ="form-group ">
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ <h4><strong>{{ 'ERRORS' | translate }}!</strong></h4>
26
26
< label for ="input1 "> {{ 'INPUT1' | translate }}</ label >
27
27
< input type ="text " class ="form-control " name ="input1 " placeholder ="alpha|min_len:2|remote:customRemoteValidationCall|required " ng-model ="input1 " />
28
28
< span ng-if ="form1.input1.$processing ">
29
- < span class ="glyphicon glyphicon-cog spinning "> </ span >
29
+ < span class ="glyphicon glyphicon-refresh spinning "> </ span >
30
30
</ span >
31
31
</ div >
32
32
< div class ="form-group ">
You can’t perform that action at this time.
0 commit comments