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 angular from 'angular';
|
||||
|
||||
export class EdgeStackEndpointsDatatableController {
|
||||
/* @ngInject */
|
||||
constructor($async, $scope, $controller, DatatableService, PaginationService, Notifications) {
|
||||
this.extendGenericController($controller, $scope);
|
||||
this.DatatableService = DatatableService;
|
||||
|
||||
Reference in New Issue
Block a user