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

pull/4192/head
Chaim Lev-Ari 2020-08-11 00:52:29 +03:00 committed by GitHub
parent c439bc56ff
commit 56524ca7d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
export class NodeSelectorController { export class NodeSelectorController {
/* @ngInject */
constructor(AgentService, Notifications) { constructor(AgentService, Notifications) {
Object.assign(this, { AgentService, Notifications }); Object.assign(this, { AgentService, Notifications });
} }