Fix animation

This commit is contained in:
Gustavo Maximiliano Cortez 2015-04-21 15:22:58 -03:00
commit 206d01f71e
2 changed files with 10 additions and 10 deletions

View file

@ -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>