hide features until wallet isComplete()

This commit is contained in:
Matias Alejo Garcia 2014-04-17 14:49:54 -03:00
commit 6627184ebc
2 changed files with 5 additions and 6 deletions

View file

@ -31,7 +31,6 @@ angular.module('copay.home').controller('HomeController',
$scope.newAddr = function() {
var a = $rootScope.wallet.generateAddress().toString();
$scope.addrs.push(a);
_getBalance();
var socket = Socket($scope);
socket.on('connect', controllerUtils.handleTransactionByAddress($scope));