fix(edge): fix edge views (#4184)
* fix(edge): add ngInject * feat(edge): init edge job model
This commit is contained in:
+1
@@ -1,6 +1,7 @@
|
||||
import angular from 'angular';
|
||||
|
||||
export class AssociatedEndpointsDatatableController {
|
||||
/* @ngInject */
|
||||
constructor($scope, $controller, DatatableService, PaginationService) {
|
||||
this.extendGenericController($controller, $scope);
|
||||
this.DatatableService = DatatableService;
|
||||
|
||||
Reference in New Issue
Block a user