Merge pull request #5449 from tuladhar/patch-1

Display updated memo on save
This commit is contained in:
Javier Donadío 2017-01-12 15:43:58 -03:00 committed by GitHub
commit 22f372c7e0

View file

@ -119,6 +119,7 @@ angular.module('copayApp.controllers').controller('txDetailsController', functio
$log.debug('Could not save tx comment ' + err);
}
});
$scope.$apply();
});
};