Revert "[Time Conductor] Validate numeric date-time fields"

This reverts commit 07c407edea.
This commit is contained in:
Victor Woeltjen
2016-01-11 15:23:21 -08:00
parent 99556ed6a5
commit e6d0537e5e
2 changed files with 5 additions and 16 deletions

View File

@@ -24,7 +24,7 @@
<input type="text"
ng-model="textValue"
ng-blur="restoreTextValue(); ngBlur()"
ng-class="{ error: textInvalid, test: valueInvalid }">
ng-class="{ error: textInvalid }">
</input>
<a class="ui-symbol icon icon-calendar"
ng-if="structure.format === 'utc' || !structure.format"