Fix animation
This commit is contained in:
parent
dcf941b8d3
commit
206d01f71e
2 changed files with 10 additions and 10 deletions
|
|
@ -115,8 +115,8 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="text-gray text-center m10t animated infinite flash" ng-show="send.onGoingProcess" >
|
||||
<span>{{send.onGoingProcess|translate}}...</span>
|
||||
<div class="text-gray text-center m10t animated infinite flash">
|
||||
<span ng-show="send.onGoingProcess">{{send.onGoingProcess|translate}}...</span>
|
||||
</div>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue