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
commit 1e0de188b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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