separate create tab views
This commit is contained in:
parent
d6d54a4e35
commit
967fdff063
6 changed files with 240 additions and 225 deletions
|
|
@ -282,11 +282,19 @@ angular.module('copayApp').config(function(historicLogProvider, $provide, $logPr
|
|||
},
|
||||
},
|
||||
})
|
||||
.state('tabs.create', {
|
||||
url: '/create',
|
||||
.state('tabs.create-personal', {
|
||||
url: '/create-personal',
|
||||
views: {
|
||||
'tab-home': {
|
||||
templateUrl: 'views/create.html'
|
||||
templateUrl: 'views/tab-create-personal.html'
|
||||
},
|
||||
}
|
||||
})
|
||||
.state('tabs.create-shared', {
|
||||
url: '/create-shared',
|
||||
views: {
|
||||
'tab-home': {
|
||||
templateUrl: 'views/tab-create-shared.html'
|
||||
},
|
||||
}
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue