settings: refactor views
This commit is contained in:
parent
5a001c8737
commit
e992b976e0
4 changed files with 63 additions and 73 deletions
|
|
@ -4,11 +4,9 @@ angular.module('copayApp.controllers').controller('SettingsController', function
|
|||
|
||||
controllerUtils.redirIfLogged();
|
||||
$scope.title = 'Settings';
|
||||
$scope.networkName = config.networkName;
|
||||
$scope.insightHost = config.blockchain.host;
|
||||
$scope.insightPort = config.blockchain.port;
|
||||
$scope.insightSecure = config.blockchain.schema === 'https';
|
||||
$scope.forceNetwork = config.forceNetwork;
|
||||
$scope.defaultLanguage = config.defaultLanguage || 'en';
|
||||
|
||||
$scope.availableLanguages = [{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue