a little cleanup
This commit is contained in:
parent
83cdc77e35
commit
92c64fe353
5 changed files with 5 additions and 92 deletions
|
|
@ -67,12 +67,6 @@ angular.module('copayApp.controllers').controller('activityController',
|
|||
$scope.wallet = wallet;
|
||||
$scope.btx = lodash.cloneDeep(tx);
|
||||
$state.go('tabs.wallet.tx-details', {tx: $scope.btx, wallet: $scope.wallet});
|
||||
// $ionicModal.fromTemplateUrl('views/modals/tx-details.html', {
|
||||
// scope: $scope
|
||||
// }).then(function(modal) {
|
||||
// $scope.txDetailsModal = modal;
|
||||
// $scope.txDetailsModal.show();
|
||||
// });
|
||||
|
||||
walletService.getTxNote(wallet, n.txid, function(err, note) {
|
||||
if (err) $log.warn('Could not fetch transaction note: ' + err);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue