Fix create wallet for wp8.1
This commit is contained in:
parent
9b60348d9e
commit
fe50717d6c
2 changed files with 7 additions and 2 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue