remover the fade effect in the transaction list

This commit is contained in:
Mario Colque 2014-02-06 16:50:20 -03:00
parent 73965f0afb
commit bdfc1c5455
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<div class="alert alert-warning" data-ng-show="!txs[0].txid && !loading">There are not transactions</div> <div class="alert alert-warning" data-ng-show="!txs[0].txid && !loading">There are not transactions</div>
<div class="block-tx fader" data-ng-show="txs && txs[0].txid" data-ng-repeat="tx in txs"> <div class="block-tx" data-ng-show="txs && txs[0].txid" data-ng-repeat="tx in txs">
<div data-ng-include src="'/views/transaction/tx.html'"></div> <div data-ng-include src="'/views/transaction/tx.html'"></div>
</div> </div>
<div class="progress progress-striped active" data-ng-show="loading"> <div class="progress progress-striped active" data-ng-show="loading">