do not hice create/join forms with working / no color on global pages

This commit is contained in:
Matias Alejo Garcia 2015-04-27 03:03:08 -03:00
commit 2f7f593ad6
5 changed files with 19 additions and 10 deletions

View file

@ -151,7 +151,9 @@ angular.module('copayApp.controllers').controller('joinController',
$rootScope.$apply();
return
}
go.walletHome();
$timeout(function() {
go.walletHome();
}, 2000);
});
}, 100);
}