Commit 6719bdf9 by Patrick O'Carroll

added @ngInject

parent 35bc4e46
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment