Commit 1e0de188 by Torkel Ödegaard Committed by GitHub

Merge pull request #15172 from grafana/15171_fix

add missing ngInject annotation
parents 59dc91ad c7b5fca8
......@@ -22,6 +22,7 @@ const newVariable = index => {
};
export class ElasticPipelineVariablesCtrl {
/** @ngInject */
constructor($scope) {
$scope.variables = $scope.variables || [newVariable(1)];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment