Update balance of wallets
This commit is contained in:
parent
212656130f
commit
0c9b36032b
3 changed files with 12 additions and 14 deletions
|
|
@ -2,13 +2,9 @@
|
|||
|
||||
angular.module('copayApp.controllers').controller('HomeWalletController',
|
||||
function($scope, $rootScope, $timeout, $modal, controllerUtils) {
|
||||
|
||||
controllerUtils.redirIfNotComplete();
|
||||
|
||||
$rootScope.title = 'Home';
|
||||
|
||||
if ($rootScope.addrInfos) {
|
||||
$scope.address = $rootScope.addrInfos[0];
|
||||
}
|
||||
|
||||
}
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue