fix(timepicker): fixed displaying of customk time ranges, #2861

This commit is contained in:
Torkel Ödegaard
2015-10-01 16:36:38 +02:00
parent f0f791d226
commit 7dc923a292
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -106,7 +106,7 @@ _.each(rangeOptions, function (frame) {
}
}
} else {
opt.display = 'parse error';
opt.display = opt.from + ' to ' + opt.to;
opt.invalid = true;
}