mirror of https://github.com/grafana/grafana.git
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 {
|
||||
/** @ngInject */
|
||||
constructor($scope) {
|
||||
$scope.variables = $scope.variables || [newVariable(1)];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue