diff --git a/public/app/features/templating/editorCtrl.js b/public/app/features/templating/editorCtrl.js index a6de887101a..2eeff0d9f74 100644 --- a/public/app/features/templating/editorCtrl.js +++ b/public/app/features/templating/editorCtrl.js @@ -7,7 +7,7 @@ function (angular, _) { var module = angular.module('grafana.controllers'); - module.controller('TemplateEditorCtrl', function($scope, datasourceSrv, templateSrv, templateValuesSrv) { + module.controller('TemplateEditorCtrl', function($scope, datasourceSrv, templateSrv, templateValuesSrv, $rootScope) { var replacementDefaults = { type: 'query', @@ -16,9 +16,7 @@ function (angular, _) { name: '', options: [], includeAll: false, - allFormat: 'glob', multi: false, - multiFormat: 'glob', }; $scope.init = function() { diff --git a/public/app/features/templating/partials/editor.html b/public/app/features/templating/partials/editor.html index f826fbd0a53..64541868f3b 100644 --- a/public/app/features/templating/partials/editor.html +++ b/public/app/features/templating/partials/editor.html @@ -189,7 +189,7 @@