mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 15:59:41 +02:00
fix(nodes): add ngInject to node-select (#4187)
This commit is contained in:
parent
c439bc56ff
commit
56524ca7d5
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue