add home tip when onboarding is finished

This commit is contained in:
Gabriel Bazán 2016-09-19 12:06:46 -03:00
commit c2c70779fa
8 changed files with 72 additions and 26 deletions

View file

@ -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': {