options displays after blur
This commit is contained in:
Jon Ferreira 2018-09-21 17:17:29 -04:00 committed by Jon Ferreira
parent 667ca3d54d
commit 5fd24e2435

View File

@ -118,6 +118,9 @@ export function metricSegment($compile, $sce) {
};
$scope.matcher = function(item) {
if (linkMode) {
return false;
}
let str = this.query;
if (str[0] === '/') {
str = str.substring(1);