Merge pull request #15172 from grafana/15171_fix
add missing ngInject annotation
This commit is contained in:
@@ -22,6 +22,7 @@ const newVariable = index => {
|
||||
};
|
||||
|
||||
export class ElasticPipelineVariablesCtrl {
|
||||
/** @ngInject */
|
||||
constructor($scope) {
|
||||
$scope.variables = $scope.variables || [newVariable(1)];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user