Merge pull request #15172 from grafana/15171_fix

add missing ngInject annotation
This commit is contained in:
Torkel Ödegaard
2019-01-31 18:38:05 +01:00
committed by GitHub

View File

@@ -22,6 +22,7 @@ const newVariable = index => {
};
export class ElasticPipelineVariablesCtrl {
/** @ngInject */
constructor($scope) {
$scope.variables = $scope.variables || [newVariable(1)];