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 EdgeGroupsDatatableController {
|
||||
/* @ngInject */
|
||||
constructor($scope, $controller) {
|
||||
const allowSelection = this.allowSelection;
|
||||
angular.extend(this, $controller('GenericDatatableController', { $scope: $scope }));
|
||||
|
||||
Reference in New Issue
Block a user