fix(nodes): add ngInject to node-select (#4187)

This commit is contained in:
Chaim Lev-Ari
2020-08-11 00:52:29 +03:00
committed by GitHub
parent c439bc56ff
commit 56524ca7d5
@@ -1,4 +1,5 @@
export class NodeSelectorController {
/* @ngInject */
constructor(AgentService, Notifications) {
Object.assign(this, { AgentService, Notifications });
}