@@ -10,7 +10,6 @@ define([
'./graphiteImport',
'./playlistCtrl',
'./inspectCtrl',
- './templateEditorCtrl',
'./sharePanelCtrl',
'./jsonEditorCtrl',
], function () {});
@@ -1,6 +1,7 @@
define([
'./panellinkeditor/module',
'./annotations/annotationsSrv',
+ './templating/templateSrv',
'./graphite/datasource',
'./influxdb/datasource',
'./opentsdb/datasource',
@@ -1,6 +1,8 @@
'angular',
'lodash',
+ './editorCtrl',
+ './templateValuesSrv',
],
function (angular, _) {
'use strict';
@@ -3,8 +3,6 @@ define([
'./utilSrv',
'./datasourceSrv',
'./timeSrv',
- './templateSrv',
- './templateValuesSrv',
'./panelSrv',
'./timer',
'./keyboardManager',
@@ -1,7 +1,7 @@
'mocks/dashboard-mock',
- 'services/templateSrv'
+ 'features/templating/templateSrv'
], function(dashboardMock) {
@@ -2,7 +2,7 @@ define([
'helpers',
'moment',
- 'services/templateValuesSrv'
+ 'features/templating/templateValuesSrv'
], function(dashboardMock, helpers, moment) {