Skip to content
This repository was archived by the owner on Jul 1, 2020. It is now read-only.

Commit 9edaa13

Browse files
committed
Added CSS3 animation on Remote Validation
1 parent a8d7c9e commit 9edaa13

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

templates/testingFormDirective.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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">

templates/testingFormService.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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">

0 commit comments

Comments
 (0)