Merge pull request #120 from maraoz/feature/ux-fixes

Feature/ux fixes
This commit is contained in:
Ryan X. Charles 2014-04-21 13:16:57 -03:00
commit ace128dfe9
7 changed files with 39 additions and 37 deletions

View file

@ -19,6 +19,9 @@ console.log('[signin.js.23:walletId:]',walletId); //TODO
};
$scope.join = function(secret) {
if (!secret || !secret.length) {
return;
}
$scope.loading = true;
walletFactory.network.on('joinError', function() {