Replaced a call to a function for a variable

This commit is contained in:
Matias Pando 2014-11-04 12:13:09 -03:00
commit b086cff940
4 changed files with 11 additions and 11 deletions

View file

@ -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();