From b84885b925ee73f45302f259583ec1d8f385ed0d Mon Sep 17 00:00:00 2001 From: blavenie <benoit.lavenier@e-is.pro> Date: Mon, 15 Oct 2018 09:54:26 +0200 Subject: [PATCH] [fix] Android: certification not working - fix #743 --- 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 edbb07cf..19ab01e1 100644 --- a/www/js/controllers/wot-controllers.js +++ b/www/js/controllers/wot-controllers.js @@ -646,7 +646,7 @@ function WotLookupModalController($scope, $controller, $focus, parameters){ * @param csWallet * @constructor */ -function WotIdentityAbstractController($scope, $rootScope, $state, $translate, $ionicHistory, +function WotIdentityAbstractController($scope, $rootScope, $state, $translate, $ionicHistory, $q, UIUtils, Modals, csConfig, csCurrency, csWot, csWallet) { 'ngInject'; -- GitLab