import with Qr in onboarding
This commit is contained in:
parent
fd8f76bab0
commit
7835694fb2
5 changed files with 15 additions and 5 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue