|
|
@@ -7,9 +7,13 @@ GenericConfigCtrl.templateUrl = 'partials/config.html';
|
|
|
class GenericQueryOptionsCtrl {}
|
|
|
GenericQueryOptionsCtrl.templateUrl = 'partials/query.options.html';
|
|
|
|
|
|
+class GenericAnnotationsQueryCtrl {}
|
|
|
+GenericAnnotationsQueryCtrl.templateUrl = 'partials/annotations.editor.html'
|
|
|
+
|
|
|
export {
|
|
|
GenericDatasource as Datasource,
|
|
|
GenericDatasourceQueryCtrl as QueryCtrl,
|
|
|
GenericConfigCtrl as ConfigCtrl,
|
|
|
- GenericQueryOptionsCtrl as QueryOptionsCtrl
|
|
|
+ GenericQueryOptionsCtrl as QueryOptionsCtrl,
|
|
|
+ GenericAnnotationsQueryCtrl as AnnotationsQueryCtrl
|
|
|
};
|