mirror of
https://github.com/nasa/openmct.git
synced 2025-01-01 19:06:40 +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-model="textValue"
|
||||||
ng-blur="restoreTextValue(); ngBlur()"
|
ng-blur="restoreTextValue(); ngBlur()"
|
||||||
ng-class="{
|
ng-class="{
|
||||||
error: textInvalid || (structure.validate && !structure.validate(ngModel[field]))
|
error: textInvalid ||
|
||||||
|
(structure.validate &&
|
||||||
|
!structure.validate(ngModel[field]))
|
||||||
}">
|
}">
|
||||||
</input>
|
</input>
|
||||||
<a class="ui-symbol icon icon-calendar"
|
<a class="ui-symbol icon icon-calendar"
|
||||||
|
Loading…
Reference in New Issue
Block a user