mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
angular2 test
This commit is contained in:
@@ -6,7 +6,7 @@ define([
|
||||
function (angular, _, coreModule) {
|
||||
'use strict';
|
||||
|
||||
coreModule.service('uiSegmentSrv', function($sce, templateSrv) {
|
||||
coreModule.default.service('uiSegmentSrv', function($sce, templateSrv) {
|
||||
var self = this;
|
||||
|
||||
function MetricSegment(options) {
|
||||
|
||||
Reference in New Issue
Block a user