complete scope data for create wallets

This commit is contained in:
Javier 2016-09-05 17:14:41 -03:00
commit 6ba7b7c655
5 changed files with 110 additions and 187 deletions

View file

@ -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',
// },
// }
// })
/*
*