angular2 test

This commit is contained in:
Torkel Ödegaard
2015-12-16 12:21:13 +01:00
parent 04ff97cd72
commit ca84ef38f8
6156 changed files with 175112 additions and 595117 deletions

View File

@@ -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) {