Fix templateUrl after renaming

This commit is contained in:
Ivan Mikheykin
2018-09-20 16:54:18 +03:00
parent d9f4d82d00
commit cf31fded9d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ export function statusHeatmapOptionsEditor() {
return {
restrict: 'E',
scope: true,
templateUrl: 'public/plugins/status-heatmap-panel/partials/options_editor.html',
templateUrl: 'public/plugins/flant-statusmap-panel/partials/options_editor.html',
controller: StatusHeatmapOptionsEditorCtrl,
};
}