settings: start adding network config at create
This commit is contained in:
parent
048664b4af
commit
fc1d098135
2 changed files with 17 additions and 36 deletions
|
|
@ -41,6 +41,7 @@ angular.module('copayApp.controllers').controller('CreateController',
|
|||
$scope.walletPassword = $rootScope.walletPassword;
|
||||
$scope.isMobile = !!window.cordova;
|
||||
$scope.hideAdv = true;
|
||||
$scope.networkName = config.networkName;
|
||||
|
||||
// ng-repeat defined number of times instead of repeating over array?
|
||||
$scope.getNumber = function(num) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue