adding from onboarding state param
This commit is contained in:
parent
7835694fb2
commit
d25a5dfb1b
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ angular.module('copayApp.controllers').controller('welcomeController', function(
|
||||||
|
|
||||||
$scope.goImport = function(code) {
|
$scope.goImport = function(code) {
|
||||||
$state.go('tabs.import', {
|
$state.go('tabs.import', {
|
||||||
|
fromOnboarding: true,
|
||||||
code: code
|
code: code
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue