1
0
Fork 0
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:
Chaim Lev-Ari 2020-08-17 03:33:57 +03:00 committed by GitHub
parent b6fc434291
commit 297eea5da6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 0 deletions

View file

@ -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 });