fix(edge): fix edge views (#4184)

* fix(edge): add ngInject

* feat(edge): init edge job model
This commit is contained in:
Chaim Lev-Ari
2020-08-11 00:51:21 +03:00
committed by GitHub
parent 134f2f1532
commit c439bc56ff
11 changed files with 23 additions and 11 deletions

View File

@@ -1,6 +1,7 @@
import _ from 'lodash-es';
export class CreateEdgeStackViewController {
/* @ngInject */
constructor($state, EdgeStackService, EdgeGroupService, EdgeTemplateService, Notifications, FormHelper, $async) {
Object.assign(this, { $state, EdgeStackService, EdgeGroupService, EdgeTemplateService, Notifications, FormHelper, $async });