mirror of
https://github.com/grafana/grafana.git
synced 2025-08-26 12:40:56 +08:00
add missing ngInject annotation
This commit is contained in:
@ -22,6 +22,7 @@ const newVariable = index => {
|
||||
};
|
||||
|
||||
export class ElasticPipelineVariablesCtrl {
|
||||
/** @ngInject */
|
||||
constructor($scope) {
|
||||
$scope.variables = $scope.variables || [newVariable(1)];
|
||||
|
||||
|
Reference in New Issue
Block a user