From c725bd3fdc41f016471d74ef903fa2ccb0064933 Mon Sep 17 00:00:00 2001 From: blavenie <benoit.lavenier@e-is.pro> Date: Thu, 10 Aug 2017 17:34:29 +0200 Subject: [PATCH] [fix] wot tx reload --- www/js/controllers/wot-controllers.js | 1 + 1 file changed, 1 insertion(+) diff --git a/www/js/controllers/wot-controllers.js b/www/js/controllers/wot-controllers.js index 9d1b36f03..835e27d37 100644 --- a/www/js/controllers/wot-controllers.js +++ b/www/js/controllers/wot-controllers.js @@ -985,6 +985,7 @@ function WotIdentityTxViewController($scope, $timeout, $q, BMA, csSettings, csWo // Updating data $scope.doUpdate = function() { console.debug('[wot] TX history reloading...'); + $scope.formData = {}; return UIUtils.loading.show() .then($scope.load) .then(UIUtils.loading.hide) -- GitLab