complete scope data for create wallets
This commit is contained in:
parent
25990e23fe
commit
6ba7b7c655
5 changed files with 110 additions and 187 deletions
|
|
@ -301,7 +301,6 @@ angular.module('copayApp').config(function(historicLogProvider, $provide, $logPr
|
|||
})
|
||||
.state('tabs.create', {
|
||||
url: '/create',
|
||||
// abstract: true,
|
||||
templateUrl: 'views/create.html',
|
||||
views: {
|
||||
'tab-home': {
|
||||
|
|
@ -309,22 +308,6 @@ angular.module('copayApp').config(function(historicLogProvider, $provide, $logPr
|
|||
},
|
||||
}
|
||||
})
|
||||
// .state('tabs.create.personal', {
|
||||
// url: '/tab-create-personal',
|
||||
// views: {
|
||||
// 'tab-create-personal': {
|
||||
// templateUrl: 'views/tab-create-personal.html',
|
||||
// },
|
||||
// }
|
||||
// })
|
||||
// .state('tabs.create.shared', {
|
||||
// url: '/tab-create-shared',
|
||||
// views: {
|
||||
// 'tab-create-shared': {
|
||||
// templateUrl: 'views/tab-create-shared.html',
|
||||
// },
|
||||
// }
|
||||
// })
|
||||
|
||||
/*
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue