Merge pull request #188 from cmgustavo/ref/design-02

Add/create/import/join. Main sass file
This commit is contained in:
Matias Alejo Garcia 2016-08-16 17:57:23 -03:00 committed by GitHub
commit 8072082f4f
7 changed files with 923 additions and 474 deletions

View file

@ -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;