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