Added missing service

This commit is contained in:
Jesús Ángel González 2018-01-31 16:13:57 +01:00
parent dc24c440e4
commit 2c766b746e

View File

@ -127,7 +127,7 @@ const goToKibana = ($location, $window) => {
$window.location.href = $location.absUrl().replace('/wazuh#', '/kibana#');
};
const getIp = (Promise, courier, config, $q, $rootScope, $window, $location, Private, appState, genericReq) => {
const getIp = (Promise, courier, config, $q, $rootScope, $window, $location, Private, appState, genericReq,errorHandler) => {
let deferred = $q.defer();
if (healthCheck($window, $rootScope)) {
deferred.reject();