Fixed #109 - Annotations editor don't work in 2.5.

This commit is contained in:
Alexander Zobnin
2015-11-06 20:53:43 +03:00
parent 73a1e85372
commit cc6c02cdec

View File

@@ -14,4 +14,8 @@ define([
return {templateUrl: 'app/plugins/datasource/zabbix/partials/query.options.html'}; return {templateUrl: 'app/plugins/datasource/zabbix/partials/query.options.html'};
}); });
module.directive('annotationsQueryEditorZabbix', function() {
return {templateUrl: 'app/plugins/datasource/zabbix/partials/annotations.editor.html'};
});
}); });