removed welcome screen
This commit is contained in:
parent
c722902eab
commit
bd2114eaea
7 changed files with 28 additions and 95 deletions
|
|
@ -3,7 +3,7 @@
|
|||
angular.module('copayApp.controllers').controller('backController', function($scope, $state, $stateParams) {
|
||||
|
||||
$scope.importGoBack = function() {
|
||||
if ($stateParams.fromOnboarding) $state.go('onboarding.welcome');
|
||||
if ($stateParams.fromOnboarding) $state.go('onboarding.tour');
|
||||
else $state.go('tabs.add');
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue