mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
added @ngInject
This commit is contained in:
@@ -2,6 +2,7 @@ import _ from 'lodash';
|
|||||||
import $ from 'jquery';
|
import $ from 'jquery';
|
||||||
import coreModule from '../core_module';
|
import coreModule from '../core_module';
|
||||||
|
|
||||||
|
/** @ngInject */
|
||||||
export function metricSegment($compile, $sce) {
|
export function metricSegment($compile, $sce) {
|
||||||
let inputTemplate =
|
let inputTemplate =
|
||||||
'<input type="text" data-provide="typeahead" ' +
|
'<input type="text" data-provide="typeahead" ' +
|
||||||
@@ -182,6 +183,7 @@ export function metricSegment($compile, $sce) {
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** @ngInject */
|
||||||
export function metricSegmentModel(uiSegmentSrv, $q) {
|
export function metricSegmentModel(uiSegmentSrv, $q) {
|
||||||
return {
|
return {
|
||||||
template:
|
template:
|
||||||
|
|||||||
Reference in New Issue
Block a user