From e50fbf2ee9520e0088358712c09bf1818771bc3a Mon Sep 17 00:00:00 2001 From: Vit Stanislav Date: Tue, 23 May 2017 12:32:33 +0200 Subject: [PATCH] Add "Load more" button back to transactions list --- src/components/transactions/transactions.pug | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/transactions/transactions.pug b/src/components/transactions/transactions.pug index 3a0947157..fd19017ea 100644 --- a/src/components/transactions/transactions.pug +++ b/src/components/transactions/transactions.pug @@ -47,5 +47,6 @@ md-card.offline-hide td(md-cell) .fee lsk(amount='transaction.fee') + md-button.more-button(ng-show='$ctrl.moreTransactionsExist', ng-disabled='!$ctrl.loaded', ng-click='$ctrl.showMore()') Load More .loading md-progress-linear(md-mode='indeterminate', ng-show='!$ctrl.loaded')