wallet @browser working again
This commit is contained in:
parent
eff20ec49a
commit
4dcd18c42f
8 changed files with 54 additions and 52 deletions
|
|
@ -6,7 +6,7 @@ angular.module('copay.transactions').controller('TransactionsController',
|
|||
|
||||
$scope.oneAtATime = true;
|
||||
|
||||
if (!$rootScope.peerId) {
|
||||
if (!$rootScope.wallet.id) {
|
||||
$location.path('signin');
|
||||
}
|
||||
|
||||
|
|
@ -23,5 +23,5 @@ angular.module('copay.transactions').controller('TransactionsController',
|
|||
}
|
||||
];
|
||||
|
||||
$scope.txsoutput = $rootScope.txProposals.txps;
|
||||
$scope.txsoutput = $rootScope.wallet.txProposals.txps;
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue