Adding missing parameter.
This commit is contained in:
parent
95de043d3d
commit
745737ef73
1 changed files with 1 additions and 1 deletions
|
|
@ -339,7 +339,7 @@ angular.module('copayApp.controllers').controller('walletDetailsController', fun
|
||||||
// Check if we have more than we are displaying
|
// Check if we have more than we are displaying
|
||||||
if (completeTxHistory.length > $scope.txHistory.length) {
|
if (completeTxHistory.length > $scope.txHistory.length) {
|
||||||
currentTxHistoryDisplayPage++;
|
currentTxHistoryDisplayPage++;
|
||||||
showHistory();
|
showHistory(false);
|
||||||
$scope.$broadcast('scroll.infiniteScrollComplete');
|
$scope.$broadcast('scroll.infiniteScrollComplete');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue