From f3a9b57c0c481079baf743b5ac26238213ed35e6 Mon Sep 17 00:00:00 2001 From: ArnaudCerisier <arnaud.cerisier@gmail.com> Date: Fri, 16 Jun 2017 10:17:43 +0200 Subject: [PATCH] [fix] wot view identity : TODO --- www/js/controllers/wot-controllers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/js/controllers/wot-controllers.js b/www/js/controllers/wot-controllers.js index 020ad128a..69a503a08 100644 --- a/www/js/controllers/wot-controllers.js +++ b/www/js/controllers/wot-controllers.js @@ -940,7 +940,7 @@ function WotIdentityTxViewController($scope, $timeout, csSettings, $controller, csTx.downloadHistoryFile($scope.pubkey, options); }; - //TODO : + //TODO : Manque l'actualisation des transaction + afficher plus/tout + bouton statistiques du compte }; -- GitLab