mirror of
https://github.com/nasa/openmct.git
synced 2024-12-20 05:37:53 +00:00
[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:
parent
3a26c864b8
commit
9e6da94878
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user