Browse Source

hide messages until loading be false

generic-ui
Mario Colque 11 years ago
parent
commit
a2394e8e89
  1. 2
      public/views/transaction/list.html

2
public/views/transaction/list.html

@ -1,4 +1,4 @@
<div class="alert alert-warning" data-ng-show="!txs[0].txid">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 data-ng-include src="'/views/transaction/tx.html'"></div>
</div>

Loading…
Cancel
Save