remove main tabs from import view in onboarding flow
This commit is contained in:
parent
d25a5dfb1b
commit
657c2b830c
5 changed files with 85 additions and 27 deletions
|
|
@ -3,7 +3,7 @@
|
|||
angular.module('copayApp.controllers').controller('welcomeController', function($scope, $state, $timeout, $log, $ionicPopup, profileService) {
|
||||
|
||||
$scope.goImport = function(code) {
|
||||
$state.go('tabs.import', {
|
||||
$state.go('onboarding.import.phrase', {
|
||||
fromOnboarding: true,
|
||||
code: code
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue