Update balance of wallets

This commit is contained in:
Matias Pando 2014-11-05 16:37:25 -03:00
commit 0c9b36032b
3 changed files with 12 additions and 14 deletions

View file

@ -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];
}
}
);