Fix slide up/down for txp and tx
This commit is contained in:
parent
efbc1b9a93
commit
43a747b96d
3 changed files with 11 additions and 7 deletions
|
|
@ -106,7 +106,7 @@ angular.module('copayApp.controllers').controller('walletHomeController', functi
|
|||
});
|
||||
};
|
||||
|
||||
$scope.openTxModal = function(tx, copayers) {
|
||||
this.openTxpModal = function(tx, copayers) {
|
||||
var fc = profileService.focusedClient;
|
||||
var ModalInstanceCtrl = function($scope, $modalInstance) {
|
||||
$scope.error = null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue