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
5 changed files with 5 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ import _ from 'lodash-es';
import angular from 'angular';
class KubernetesNamespaceHelper {
/* @ngInject */
constructor(KUBERNETES_SYSTEM_NAMESPACES) {
this.KUBERNETES_SYSTEM_NAMESPACES = KUBERNETES_SYSTEM_NAMESPACES;
}