remove main tabs from import view in onboarding flow

This commit is contained in:
Gabriel Bazán 2016-09-01 15:21:18 -03:00
commit 657c2b830c
5 changed files with 85 additions and 27 deletions

View file

@ -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
});