From 874fc4511257b9fce45a8f0ed0d08beab57cee26 Mon Sep 17 00:00:00 2001 From: rozetko Date: Wed, 4 Jul 2018 15:35:30 +0300 Subject: [PATCH] axes editor fix --- src/axes_editor.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/axes_editor.ts b/src/axes_editor.ts index a1066c3..80677e0 100644 --- a/src/axes_editor.ts +++ b/src/axes_editor.ts @@ -82,7 +82,7 @@ export function axesEditorComponent() { return { restrict: 'E', scope: true, - templateUrl: 'public/plugins/corpglory-grafalys-graph-panel/partials/axes_editor.html', + templateUrl: 'public/plugins/hastic-graph-panel/partials/axes_editor.html', controller: AxesEditorCtrl, }; }