mirror of
https://github.com/portainer/portainer.git
synced 2025-07-21 22:39:41 +02:00
fix(frontend): add missing @ngInject (#4217)
This commit is contained in:
parent
b6fc434291
commit
297eea5da6
5 changed files with 5 additions and 0 deletions
|
@ -3,6 +3,7 @@ import _ from 'lodash-es';
|
|||
const ROOT_PATH = '/host';
|
||||
|
||||
export class HostBrowserController {
|
||||
/* @ngInject */
|
||||
constructor($async, HostBrowserService, Notifications, FileSaver, ModalService) {
|
||||
Object.assign(this, { $async, HostBrowserService, Notifications, FileSaver, ModalService });
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue