Merge pull request #188 from cmgustavo/ref/design-02
Add/create/import/join. Main sass file
This commit is contained in:
commit
8072082f4f
7 changed files with 923 additions and 474 deletions
|
|
@ -193,8 +193,8 @@ angular.module('copayApp.controllers').controller('importController',
|
|||
}, 100);
|
||||
};
|
||||
|
||||
$scope.setDerivationPath = function() {
|
||||
if ($scope.testnetEnabled)
|
||||
$scope.setDerivationPath = function(testnetEnabled) {
|
||||
if (testnetEnabled)
|
||||
$scope.derivationPath = derivationPathHelper.defaultTestnet;
|
||||
else
|
||||
$scope.derivationPath = derivationPathHelper.default;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue