fix(nodes): add ngInject to node-select (#4187)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
export class NodeSelectorController {
|
||||
/* @ngInject */
|
||||
constructor(AgentService, Notifications) {
|
||||
Object.assign(this, { AgentService, Notifications });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user