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