add cache sync
This commit is contained in:
parent
28eb3ee989
commit
d7e8ca4404
2 changed files with 42 additions and 31 deletions
|
|
@ -12,22 +12,6 @@ angular.module('copayApp.controllers').controller('txDetailsController', functio
|
|||
$scope.color = fc.backgroundColor;
|
||||
$scope.copayerId = fc.credentials.copayerId;
|
||||
$scope.isShared = fc.credentials.n > 1;
|
||||
|
||||
console.log('[txDetails.js.16:btx:]',$scope.btx); //TODO
|
||||
// if ($scope.btx.txid) {
|
||||
// fc.getTxNote({
|
||||
// txid: $scope.btx.txid
|
||||
// }, function(err, note) {
|
||||
// if (err || !note) {
|
||||
// $log.debug(gettextCatalog.getString('Could not fetch transaction note'));
|
||||
// return;
|
||||
// }
|
||||
// $scope.comment = note.body;
|
||||
// $scope.editedBy = gettextCatalog.getString('Edited by') + ' ' + note.editedByName;
|
||||
// $scope.createdOn = note.createdOn;
|
||||
// });
|
||||
// }
|
||||
//
|
||||
$scope.showCommentPopup = function() {
|
||||
$scope.data = {
|
||||
comment: ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue