rm fn from more
This commit is contained in:
parent
291ed73916
commit
fc78ae27d2
2 changed files with 3 additions and 6 deletions
|
|
@ -2,14 +2,11 @@
|
|||
|
||||
angular.module('copayApp.controllers').controller('MoreController',
|
||||
function($scope, $rootScope, $location, backupService, walletFactory, controllerUtils, notification) {
|
||||
var w = $rootScope.wallet;
|
||||
|
||||
$scope.hideAdv=true;
|
||||
$scope.hidePriv=true;
|
||||
|
||||
$scope.getPrivate = function() {
|
||||
var w = $rootScope.wallet;
|
||||
return w.privateKey.toObj().extendedPrivateKeyString;
|
||||
}
|
||||
$scope.priv = w.privateKey.toObj().extendedPrivateKeyString;
|
||||
|
||||
$scope.downloadBackup = function() {
|
||||
var w = $rootScope.wallet;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue