Merge branch 'ref/design' of github.com:matiu/copay into ref/design
This commit is contained in:
commit
c83c2e7550
26 changed files with 95 additions and 92 deletions
|
|
@ -85,11 +85,6 @@ angular.module('copayApp.controllers').controller('txDetailsController', functio
|
|||
return n.substring(0, 4);
|
||||
};
|
||||
|
||||
$scope.copyToClipboard = function(addr, $event) {
|
||||
if (!addr) return;
|
||||
self.copyToClipboard(addr, $event);
|
||||
};
|
||||
|
||||
$scope.cancel = function() {
|
||||
$scope.txDetailsModal.hide();
|
||||
};
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ angular.module('copayApp.controllers').controller('txpDetailsController', functi
|
|||
var now = Math.floor(Date.now() / 1000);
|
||||
$scope.loading = null;
|
||||
|
||||
|
||||
|
||||
$scope.copayerId = $scope.wallet.credentials.copayerId;
|
||||
$scope.isShared = $scope.wallet.credentials.n > 1;
|
||||
$scope.canSign = $scope.wallet.canSign() || $scope.wallet.isPrivKeyExternal();
|
||||
|
|
@ -182,11 +182,6 @@ angular.module('copayApp.controllers').controller('txpDetailsController', functi
|
|||
});
|
||||
};
|
||||
|
||||
$scope.copyToClipboard = function(addr, $event) {
|
||||
if (!addr) return;
|
||||
self.copyToClipboard(addr, $event);
|
||||
};
|
||||
|
||||
$scope.close = function(txp) {
|
||||
$scope.loading = null;
|
||||
if (txp) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue