import with Qr in onboarding

This commit is contained in:
Gabriel Bazán 2016-09-01 12:10:08 -03:00
commit 7835694fb2
5 changed files with 15 additions and 5 deletions

View file

@ -270,12 +270,15 @@ angular.module('copayApp').config(function(historicLogProvider, $provide, $logPr
})
.state('tabs.import', {
url: '/import/:fromOnboarding',
// abstract: true,
// abstract: true,
views: {
'tab-home': {
templateUrl: 'views/import.html'
},
}
},
params: {
code: null
},
})
.state('tabs.import.phrase', {
url: '/tab-import-phrase',