hide initial balance until it is updated

This commit is contained in:
Matias Alejo Garcia 2014-08-19 15:37:37 -04:00
commit a6bab8ce43
3 changed files with 5 additions and 4 deletions

View file

@ -45,6 +45,7 @@ angular.module('copayApp.controllers').controller('OpenController', function($sc
$rootScope.$digest();
return;
}
$rootScope.updatingBalance = true;
controllerUtils.startNetwork(w, $scope);
});
};