[Time Conductor] Reformat expression in template

...to use less line width, and to exhibit more normal
indentation, per code review feedback from #475
This commit is contained in:
Victor Woeltjen 2016-01-22 15:24:27 -08:00
parent 3a26c864b8
commit 9e6da94878

View File

@ -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]))
}">
</input>
<a class="ui-symbol icon icon-calendar"