sirius-explorer
Version:
An open-source front-end for the Insight API.
17 lines (15 loc) • 509 B
HTML
<div ng-if="TC.txs.length" ng-repeat="tx in TC.txs" when-scrolled="TC.loadMore()">
<div class="transactions__item"
ng-class="{ 'open' : tx.showAdditInfo }"
ng-include
src="'views/transaction/tx.html'">
</div>
</div>
<div class="preload__box" ng-if="TC.loading">
<span class="preload">
<span class="preloadInner"></span>
</span>
</div>
<div class="alert alert-danger" ng-if="!TC.txs.length && !TC.loading" translate>
There are no transactions involving this address.
</div>