fix signin

This commit is contained in:
Matias Alejo Garcia 2014-05-16 18:48:17 -03:00
commit 6fea0a4f6a
4 changed files with 4 additions and 7 deletions

View file

@ -85,7 +85,6 @@ angular.module('copay.signin').controller('SigninController',
$scope.failure = true;
});
wallet.on('ready', function() {
console.log('## RECEIVED READY2');
$scope.loading = false;
});
}