diff --git a/src/js/controllers/index.js b/src/js/controllers/index.js index 3f1a19420..9c473edc7 100644 --- a/src/js/controllers/index.js +++ b/src/js/controllers/index.js @@ -1039,6 +1039,7 @@ angular.module('copayApp.controllers').controller('indexController', function($r self.setCompactTxHistory = function() { self.nextTxHistory = self.historyShowMoreLimit; self.txHistory = self.completeHistory.slice(0, self.historyShowLimit); + self.txHistoryToList = self.txHistory; self.historyShowMore = self.completeHistory.length > self.historyShowLimit; };