1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-23 07:19:41 +02:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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