Merge pull request #134 from gabrielbazan7/feat/HomeTip

add home tip when onboarding is finished
This commit is contained in:
Gustavo Maximiliano Cortez 2016-09-19 12:18:04 -03:00 committed by GitHub
commit 9a951b173d
8 changed files with 72 additions and 25 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',
@ -627,29 +627,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': {