fix(edge): fix edge views (#4184)
* fix(edge): add ngInject * feat(edge): init edge job model
This commit is contained in:
@@ -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 });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user