This repository was archived by the owner on Jul 1, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 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>
2121 < label for ="input1 "> {{ 'INPUT1' | translate }}</ label >
2222 < 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 " />
2323 < span ng-if ="form1.input1.$processing ">
24- < span class ="glyphicon glyphicon-cog spinning "> </ span >
24+ < span class ="glyphicon glyphicon-refresh spinning "> </ span >
2525 </ span >
2626 </ div >
2727 < div class ="form-group ">
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ <h4><strong>{{ 'ERRORS' | translate }}!</strong></h4>
2626 < label for ="input1 "> {{ 'INPUT1' | translate }}</ label >
2727 < input type ="text " class ="form-control " name ="input1 " placeholder ="alpha|min_len:2|remote:customRemoteValidationCall|required " ng-model ="input1 " />
2828 < span ng-if ="form1.input1.$processing ">
29- < span class ="glyphicon glyphicon-cog spinning "> </ span >
29+ < span class ="glyphicon glyphicon-refresh spinning "> </ span >
3030 </ span >
3131 </ div >
3232 < div class ="form-group ">
You can’t perform that action at this time.
0 commit comments