work on tag dropdown behavior

This commit is contained in:
Dan Cech
2017-12-22 15:08:59 -05:00
parent 3a4e05133e
commit ebad19b232
8 changed files with 61 additions and 34 deletions

View File

@@ -106,10 +106,6 @@ function (angular, _, coreModule) {
return new MetricSegment({fake: true, html: '<i class="fa fa-plus "></i>', type: 'plus-button', cssClass: 'query-part' });
};
this.newSelectTagValue = function() {
return new MetricSegment({value: 'select tag value', fake: true});
};
});
});