Merge pull request #1716 from matiaspando/iss1700
Replaced a call to a function for a variable
This commit is contained in:
commit
e59fc26f0d
4 changed files with 11 additions and 11 deletions
|
|
@ -6,6 +6,7 @@ angular.module('copayApp.controllers').controller('CopayersController',
|
|||
$rootScope.title = 'Waiting copayers for ' + $rootScope.wallet.getName();
|
||||
}
|
||||
$scope.loading = false;
|
||||
$scope.secret = $rootScope.wallet.getSecret();
|
||||
|
||||
$scope.goToWallet = function() {
|
||||
controllerUtils.updateAddressList();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue