Improvement - 172 - Make default price display in fiat
This commit is contained in:
parent
463eed2583
commit
12f1c2e28a
9 changed files with 118 additions and 2 deletions
|
|
@ -413,6 +413,15 @@ angular.module('copayApp').config(function(historicLogProvider, $provide, $logPr
|
|||
}
|
||||
}
|
||||
})
|
||||
.state('tabs.priceDisplay', {
|
||||
url: '/priceDisplay',
|
||||
views: {
|
||||
'tab-settings@tabs': {
|
||||
controller: 'preferencesPriceDisplayController',
|
||||
templateUrl: 'views/preferencesPriceDisplay.html'
|
||||
}
|
||||
}
|
||||
})
|
||||
.state('tabs.about', {
|
||||
url: '/about',
|
||||
views: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue