show loading spinner at the end of tx history list
This commit is contained in:
parent
6c597212d2
commit
8d90bee85c
2 changed files with 24 additions and 25 deletions
|
|
@ -153,9 +153,11 @@ angular.module('copayApp.controllers').controller('walletDetailsController', fun
|
|||
};
|
||||
|
||||
$scope.showMore = function() {
|
||||
currentTxHistoryPage++;
|
||||
$scope.showHistory();
|
||||
$scope.$broadcast('scroll.infiniteScrollComplete');
|
||||
$timeout(function() {
|
||||
currentTxHistoryPage++;
|
||||
$scope.showHistory();
|
||||
$scope.$broadcast('scroll.infiniteScrollComplete');
|
||||
}, 100);
|
||||
};
|
||||
|
||||
$scope.updateAll = function(force, cb) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue