[Time Conductor] Don't treat defaults as invalid

This commit is contained in:
Victor Woeltjen 2015-10-22 16:07:21 -07:00
parent 16e4c32709
commit b4dd95490c

View File

@ -109,6 +109,9 @@ define(
ngModel.outer[property]) {
$scope.boundsModel[property] =
formatTimestamp(ngModel.outer[property]);
// Never want to flag machine-generated text
// as invalid here.
$scope.boundsModel[property + 'Valid'] = true;
}
} catch (e) {
// User-entered text is invalid, so leave it be