adding from onboarding state param

This commit is contained in:
Gabriel Bazán 2016-09-01 12:14:21 -03:00
commit d25a5dfb1b

View file

@ -4,6 +4,7 @@ angular.module('copayApp.controllers').controller('welcomeController', function(
$scope.goImport = function(code) {
$state.go('tabs.import', {
fromOnboarding: true,
code: code
});
};