mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Merge pull request #15172 from grafana/15171_fix
add missing ngInject annotation
This commit is contained in:
commit
1e0de188b0
@ -22,6 +22,7 @@ const newVariable = index => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
export class ElasticPipelineVariablesCtrl {
|
export class ElasticPipelineVariablesCtrl {
|
||||||
|
/** @ngInject */
|
||||||
constructor($scope) {
|
constructor($scope) {
|
||||||
$scope.variables = $scope.variables || [newVariable(1)];
|
$scope.variables = $scope.variables || [newVariable(1)];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user