diff --git a/public/app/directives/variableValueSelect.js b/public/app/directives/variableValueSelect.js index 3bee64ed807..ae08ad55ee4 100644 --- a/public/app/directives/variableValueSelect.js +++ b/public/app/directives/variableValueSelect.js @@ -223,7 +223,7 @@ function (angular, app, _) { }); - angular + angular .module('grafana.directives') .directive('variableValueSelect', function($compile, $window, $timeout) {