diff --git a/app/agent/components/host-browser/host-browser-controller.js b/app/agent/components/host-browser/host-browser-controller.js index d1e207766..6734f826b 100644 --- a/app/agent/components/host-browser/host-browser-controller.js +++ b/app/agent/components/host-browser/host-browser-controller.js @@ -1,14 +1,6 @@ angular.module('portainer.agent').controller('HostBrowserController', [ - 'HostBrowserService', - 'Notifications', - 'FileSaver', - 'ModalService', - function HostBrowserController( - HostBrowserService, - Notifications, - FileSaver, - ModalService - ) { + 'HostBrowserService', 'Notifications', 'FileSaver', 'ModalService', + function HostBrowserController(HostBrowserService, Notifications, FileSaver, ModalService) { var ctrl = this; ctrl.state = { path: '/'