Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Commit

Permalink
Merge pull request #258 from LiskHQ/256-infinite-scroll-on-big-screen
Browse files Browse the repository at this point in the history
Add "Load more" button back to transactions list - Closes #256
  • Loading branch information
slaweet authored May 24, 2017
2 parents 8be477f + 17e25af commit 02178f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/transactions/transactions.pug
Original file line number Diff line number Diff line change
Expand Up @@ -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')

0 comments on commit 02178f4

Please sign in to comment.