openmct/platform/features/layout/res/templates/elements/line.html
Victor Woeltjen f1a8e84a93 [Fixed Position] Allow adding elements
Allow adding of elements (without any element-specific
properties beyond type.) WTD-880.
2015-02-20 11:53:50 -08:00

4 lines
106 B
HTML

<div ng-style="{ background: ngModel.fill }"
style="width: 100%; height: 100%">
...line...
</div>