commit
d8c9994845
2 changed files with 1 additions and 2 deletions
|
|
@ -61,7 +61,7 @@ angular.module('copayApp.controllers').controller('HistoryController',
|
||||||
|
|
||||||
_.each(res, function (r) {
|
_.each(res, function (r) {
|
||||||
r.ts = r.minedTs || r.sentTs;
|
r.ts = r.minedTs || r.sentTs;
|
||||||
if (r.action === 'sent') {
|
if (r.action === 'sent' && r.peerActions) {
|
||||||
r.actionList = controllerUtils.getActionList(r.peerActions);
|
r.actionList = controllerUtils.getActionList(r.peerActions);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,6 @@ angular.module('copayApp.controllers').controller('HomeWalletController',
|
||||||
if ($rootScope.addrInfos) {
|
if ($rootScope.addrInfos) {
|
||||||
|
|
||||||
$scope.address = $rootScope.addrInfos[0];
|
$scope.address = $rootScope.addrInfos[0];
|
||||||
console.log('$scope.address', $scope.address);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue