From 4b6de2b8e1dbb582207b2d85b45421f39b4486c7 Mon Sep 17 00:00:00 2001
From: blavenie <benoit.lavenier@e-is.pro>
Date: Fri, 5 Oct 2018 09:03:38 +0200
Subject: [PATCH] [fix] missing csWot dependency

---
 www/js/controllers/transfer-controllers.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www/js/controllers/transfer-controllers.js b/www/js/controllers/transfer-controllers.js
index 8c346afa..5674c5f2 100644
--- a/www/js/controllers/transfer-controllers.js
+++ b/www/js/controllers/transfer-controllers.js
@@ -73,8 +73,8 @@ function TransferController($scope, $controller, UIUtils) {
   };
 }
 
-function TransferModalController($scope, $q, $translate, $timeout, $filter, $focus, Device, BMA, csWallet, UIUtils, Modals,
-                                 csCurrency, csSettings, parameters) {
+function TransferModalController($scope, $q, $translate, $timeout, $filter, $focus, Device, BMA, UIUtils, Modals,
+                                 csWallet, csWot, csCurrency, csSettings, parameters) {
   'ngInject';
 
   var
-- 
GitLab