Skip to content

Commit

Permalink
Removed unused deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesús Ángel authored and havidarou committed Aug 1, 2018
1 parent 14b5d49 commit ab6c849
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/controllers/agents.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ app.controller('agentsController',
function (
$timeout, $scope, $location, $rootScope,
appState, apiReq, AgentsAutoComplete, errorHandler,
tabVisualizations, vis2png, shareAgent, commonData,
tabVisualizations, shareAgent, commonData,
reportingService, visFactoryService, csvReq,
wzTableFilter
) {
Expand Down
2 changes: 1 addition & 1 deletion public/controllers/overview.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const app = uiModules.get('app/wazuh', []);

app.controller('overviewController',
function ($scope, $location, $rootScope, appState,
genericReq, errorHandler, apiReq, tabVisualizations,
errorHandler, apiReq, tabVisualizations,
commonData, reportingService, visFactoryService,
wazuhConfig
) {
Expand Down

0 comments on commit ab6c849

Please sign in to comment.