Removes Unit from settings

This commit is contained in:
Gustavo Maximiliano Cortez 2017-08-24 17:14:09 -03:00
commit e1aa5cc8f8
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
5 changed files with 0 additions and 77 deletions

View file

@ -10,7 +10,6 @@ angular.module('copayApp.controllers').controller('tabSettingsController', funct
$scope.buyAndSellServices = buyAndSellService.getLinked();
configService.whenAvailable(function(config) {
$scope.unitName = config.wallet.settings.unitName;
$scope.selectedAlternative = {
name: config.wallet.settings.alternativeName,
isoCode: config.wallet.settings.alternativeIsoCode