fix popup
This commit is contained in:
parent
6955bb4bf3
commit
246f1927dc
1 changed files with 2 additions and 2 deletions
|
|
@ -204,10 +204,10 @@ angular.module('copayApp.controllers').controller('walletDetailsController', fun
|
||||||
|
|
||||||
$scope.updateAll(function() {
|
$scope.updateAll(function() {
|
||||||
if ($stateParams.txid) {
|
if ($stateParams.txid) {
|
||||||
var txp = lodash.find($scope.completeTxHistory, {
|
var tx = lodash.find($scope.completeTxHistory, {
|
||||||
txid: $stateParams.txid
|
txid: $stateParams.txid
|
||||||
});
|
});
|
||||||
if (txp) {
|
if (tx) {
|
||||||
$scope.openTxModal(tx);
|
$scope.openTxModal(tx);
|
||||||
} else {
|
} else {
|
||||||
$ionicPopup.alert({
|
$ionicPopup.alert({
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue