fix
This commit is contained in:
parent
c824ff6fa5
commit
89362ef929
1 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ angular.module('copayApp.controllers').controller('txpDetailsController', functi
|
|||
|
||||
$scope.init = function() {
|
||||
$scope.loading = null;
|
||||
$scope.isCordova = platformInfo.isCordova;
|
||||
$scope.copayerId = $scope.wallet.credentials.copayerId;
|
||||
$scope.isShared = $scope.wallet.credentials.n > 1;
|
||||
$scope.canSign = $scope.wallet.canSign() || $scope.wallet.isPrivKeyExternal();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue