Merge pull request #59 from JDonadio/fix/tabs-create

Fix/tabs create
This commit is contained in:
Gustavo Maximiliano Cortez 2016-09-06 10:14:51 -03:00 committed by GitHub
commit 2354a46bed
6 changed files with 277 additions and 397 deletions

View file

@ -309,30 +309,12 @@ angular.module('copayApp').config(function(historicLogProvider, $provide, $logPr
})
.state('tabs.create', {
url: '/create',
abstract: true,
templateUrl: 'views/create.html',
views: {
'tab-home': {
templateUrl: 'views/create.html'
},
}
})
.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',
},
}
})
/*
*