refactor
This commit is contained in:
parent
aa71a34dec
commit
a69f5ca34d
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue