mirror of https://github.com/portainer/portainer
fix(nodes): add ngInject to node-select (#4187)
parent
c439bc56ff
commit
56524ca7d5
|
@ -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 });
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue