add home tip when onboarding is finished
This commit is contained in:
parent
5bd450270b
commit
c2c70779fa
8 changed files with 72 additions and 26 deletions
|
|
@ -186,7 +186,7 @@ angular.module('copayApp').config(function(historicLogProvider, $provide, $logPr
|
|||
templateUrl: 'views/tabs.html'
|
||||
})
|
||||
.state('tabs.home', {
|
||||
url: '/home',
|
||||
url: '/home/:fromOnboarding',
|
||||
views: {
|
||||
'tab-home': {
|
||||
templateUrl: 'views/tab-home.html',
|
||||
|
|
@ -632,29 +632,29 @@ angular.module('copayApp').config(function(historicLogProvider, $provide, $logPr
|
|||
})
|
||||
|
||||
|
||||
/*
|
||||
*
|
||||
* Buy or Sell Bitcoin
|
||||
*
|
||||
*/
|
||||
/*
|
||||
*
|
||||
* Buy or Sell Bitcoin
|
||||
*
|
||||
*/
|
||||
|
||||
.state('tabs.buyandsell', {
|
||||
url: '/buyandsell',
|
||||
views: {
|
||||
'tab-home': {
|
||||
templateUrl: 'views/buyandsell.html'
|
||||
}
|
||||
.state('tabs.buyandsell', {
|
||||
url: '/buyandsell',
|
||||
views: {
|
||||
'tab-home': {
|
||||
templateUrl: 'views/buyandsell.html'
|
||||
}
|
||||
})
|
||||
}
|
||||
})
|
||||
|
||||
/*
|
||||
*
|
||||
* Glidera
|
||||
*
|
||||
*
|
||||
*/
|
||||
/*
|
||||
*
|
||||
* Glidera
|
||||
*
|
||||
*
|
||||
*/
|
||||
|
||||
.state('tabs.buyandsell.glidera', {
|
||||
.state('tabs.buyandsell.glidera', {
|
||||
url: '/glidera',
|
||||
views: {
|
||||
'tab-home@tabs': {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue