From 7af7a6971da48dca970c1dd9ee178c81c03862c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20=C3=81ngel=20Gonz=C3=A1lez?= Date: Thu, 14 Jun 2018 09:32:59 +0200 Subject: [PATCH] Fix missing dependency --- public/directives/wz-menu/wz-menu.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/directives/wz-menu/wz-menu.js b/public/directives/wz-menu/wz-menu.js index ab5e7d46d6..c2db2aac5a 100644 --- a/public/directives/wz-menu/wz-menu.js +++ b/public/directives/wz-menu/wz-menu.js @@ -17,7 +17,7 @@ const app = modules.get('app/wazuh', []);; app.directive('wzMenu',function(){ return { - controller: function ($scope, $window, $rootScope, appState, patternHandler, courier, errorHandler,genericReq,$location) { + controller: function ($scope, $window, $rootScope, appState, patternHandler, courier, errorHandler, genericReq, $location, wzMisc) { $rootScope.showSelector = appState.getPatternSelector();