Fix animation for wp

This commit is contained in:
Gustavo Maximiliano Cortez 2015-04-21 16:32:25 -03:00
commit bfc1c61753
2 changed files with 31 additions and 28 deletions

View file

@ -115,8 +115,8 @@
</div>
</div>
<div class="text-gray text-center m10t animated infinite flash">
<span ng-show="send.onGoingProcess">{{send.onGoingProcess|translate}}...</span>
<div ng-if="send.onGoingProcess" class="text-gray text-center m10t">
<span class="animated infinite flash">{{send.onGoingProcess|translate}}...</span>
</div>