balance Service
This commit is contained in:
parent
a8f0401e8e
commit
57299d675e
31 changed files with 585 additions and 645 deletions
|
|
@ -1,7 +1,8 @@
|
|||
'use strict';
|
||||
|
||||
angular.module('copayApp.controllers').controller('CopayersController',
|
||||
function($scope, $rootScope, $location, controllerUtils) {
|
||||
function($scope, $rootScope, $location) {
|
||||
|
||||
if (!$rootScope.wallet.isReady()) {
|
||||
$rootScope.title = 'Waiting copayers for ' + $rootScope.wallet.getName();
|
||||
}
|
||||
|
|
@ -9,9 +10,7 @@ angular.module('copayApp.controllers').controller('CopayersController',
|
|||
$scope.secret = $rootScope.wallet.getSecret();
|
||||
|
||||
$scope.goToWallet = function() {
|
||||
controllerUtils.updateAddressList();
|
||||
$location.path('/homeWallet');
|
||||
|
||||
};
|
||||
|
||||
$scope.copayersList = function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue