From cc6c02cdecc5e6ab5e3ad367fe1d5124b1139050 Mon Sep 17 00:00:00 2001 From: Alexander Zobnin Date: Fri, 6 Nov 2015 20:53:43 +0300 Subject: [PATCH] Fixed #109 - Annotations editor don't work in 2.5. --- zabbix/directives.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zabbix/directives.js b/zabbix/directives.js index 95bb491..071d4be 100644 --- a/zabbix/directives.js +++ b/zabbix/directives.js @@ -14,4 +14,8 @@ define([ return {templateUrl: 'app/plugins/datasource/zabbix/partials/query.options.html'}; }); + module.directive('annotationsQueryEditorZabbix', function() { + return {templateUrl: 'app/plugins/datasource/zabbix/partials/annotations.editor.html'}; + }); + });