fixes
This commit is contained in:
parent
fd06a330c9
commit
8f40484a71
4 changed files with 10 additions and 13 deletions
|
|
@ -178,12 +178,15 @@ angular.module('copayApp.controllers').controller('createController',
|
|||
|
||||
if (!client.isComplete()) {
|
||||
$ionicHistory.nextViewOptions({
|
||||
disableBack: true
|
||||
});
|
||||
$state.go('tabs.copayers', {
|
||||
walletId: client.credentials.walletId,
|
||||
fromAddShared: true
|
||||
disableAnimate: true
|
||||
});
|
||||
$ionicHistory.removeBackView();
|
||||
$state.go('tabs.home');
|
||||
$timeout(function() {
|
||||
$state.transitionTo('tabs.copayers', {
|
||||
walletId: client.credentials.walletId
|
||||
});
|
||||
}, 100);
|
||||
}
|
||||
else $state.go('tabs.home')
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue