Fix create wallet for wp8.1

This commit is contained in:
Gustavo Maximiliano Cortez 2015-05-20 15:16:39 -03:00
commit fe50717d6c
2 changed files with 7 additions and 2 deletions

View file

@ -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();