remove params from the url
This commit is contained in:
parent
314532c62a
commit
0a5efb4930
3 changed files with 8 additions and 5 deletions
|
|
@ -10,9 +10,7 @@ angular.module('copayApp.controllers').controller('backupWarningController', fun
|
|||
|
||||
$scope.close = function() {
|
||||
backupWarningPopup.close();
|
||||
$state.go('onboarding.backup', {
|
||||
fromOnboarding: true
|
||||
})
|
||||
$state.go('onboarding.backup');
|
||||
};
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue