From 87377714930d3ea7f065f39ed7ac0095061b9f6e Mon Sep 17 00:00:00 2001 From: blavenie <benoit.lavenier@e-is.pro> Date: Thu, 2 Nov 2017 12:10:40 +0100 Subject: [PATCH] Page: fix share button --- www/plugins/es/js/controllers/registry-controllers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/plugins/es/js/controllers/registry-controllers.js b/www/plugins/es/js/controllers/registry-controllers.js index 9f0f2781..64f942fd 100644 --- a/www/plugins/es/js/controllers/registry-controllers.js +++ b/www/plugins/es/js/controllers/registry-controllers.js @@ -434,7 +434,7 @@ function ESWalletPagesController($scope, $controller, $timeout, UIUtils, csWalle } -function ESRegistryRecordViewController($scope, $state, $q, $timeout, $ionicPopover, $ionicHistory, $translate, +function ESRegistryRecordViewController($scope, $rootScope, $state, $q, $timeout, $ionicPopover, $ionicHistory, $translate, $anchorScroll, csConfig, csWallet, esRegistry, UIUtils, esHttp) { 'ngInject'; -- GitLab