added conditional to show back button when no backup has been saved
This commit is contained in:
parent
43b265835f
commit
7f813ba396
5 changed files with 29 additions and 32 deletions
|
|
@ -634,7 +634,7 @@ angular.module('copayApp').config(function(historicLogProvider, $provide, $logPr
|
|||
}
|
||||
})
|
||||
.state('onboarding.disclaimer', {
|
||||
url: '/disclaimer',
|
||||
url: '/disclaimer/:backedUp',
|
||||
views: {
|
||||
'onboarding': {
|
||||
templateUrl: 'views/onboarding/disclaimer.html'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue