diff --git a/public/views/create.html b/public/views/create.html index e6333144a..31713598b 100644 --- a/public/views/create.html +++ b/public/views/create.html @@ -21,7 +21,7 @@ -
+
diff --git a/src/js/controllers/create.js b/src/js/controllers/create.js index 0aae93968..c696d487b 100644 --- a/src/js/controllers/create.js +++ b/src/js/controllers/create.js @@ -76,9 +76,14 @@ angular.module('copayApp.controllers').controller('createController', if (what && what == 'my-name') { this.hideWalletName = true; + this.hideTabs = true; + } + else if (what && what == 'wallet-name'){ + this.hideTabs = true; } else { this.hideWalletName = false; + this.hideTabs = false; } $timeout(function() { $rootScope.$digest();