Merge pull request #3672 from cmgustavo/bug/ux-no-wallet-02

Bug/ux no wallets created
This commit is contained in:
Gustavo Maximiliano Cortez 2015-12-15 11:36:02 -03:00
commit d10aa8a8a2
3 changed files with 16 additions and 26 deletions

View file

@ -1363,6 +1363,7 @@ angular.module('copayApp.controllers').controller('indexController', function($r
self.noFocusedWallet = true;
self.isComplete = null;
self.walletName = null;
self.setUxLanguage();
profileService.isDisclaimerAccepted(function(v) {
if (v) {
go.path('import');