From 9e6da948785843bd75c2aa703e45a013be4cc637 Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Fri, 22 Jan 2016 15:24:27 -0800 Subject: [PATCH] [Time Conductor] Reformat expression in template ...to use less line width, and to exhibit more normal indentation, per code review feedback from #475 --- .../general/res/templates/controls/datetime-field.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/platform/commonUI/general/res/templates/controls/datetime-field.html b/platform/commonUI/general/res/templates/controls/datetime-field.html index 5aa4ea29ee..18eb9ec46d 100644 --- a/platform/commonUI/general/res/templates/controls/datetime-field.html +++ b/platform/commonUI/general/res/templates/controls/datetime-field.html @@ -25,7 +25,9 @@ ng-model="textValue" ng-blur="restoreTextValue(); ngBlur()" ng-class="{ - error: textInvalid || (structure.validate && !structure.validate(ngModel[field])) + error: textInvalid || + (structure.validate && + !structure.validate(ngModel[field])) }">