hide features until wallet isComplete()
This commit is contained in:
parent
8f964bf007
commit
6627184ebc
2 changed files with 5 additions and 6 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue