WIP: performance in chrome

This commit is contained in:
Matias Alejo Garcia 2015-08-31 18:10:46 -03:00
commit ab78588a9f
6 changed files with 19 additions and 8 deletions

View file

@ -57,7 +57,7 @@ angular.module('copayApp.controllers').controller('createController',
m: $scope.requiredCopayers,
n: $scope.totalCopayers,
name: form.walletName.$modelValue,
extendedPrivateKey: form.privateKey.$modelValue,
mnemonic: form.privateKey.$modelValue,
myName: $scope.totalCopayers > 1 ? form.myName.$modelValue : null,
networkName: form.isTestnet.$modelValue ? 'testnet' : 'livenet',
};