openmct/platform/features/layout/res/templates/elements/line.html
Victor Woeltjen 6fca03521b [Fixed Position] Add initial element templates
Add element templates for fixed position elements introduced
via the Add button, WTD-880.
2015-02-20 11:39:29 -08:00

3 lines
67 B
HTML

<div ng-style="{ background: ngModel.fill }">
...line...
</div>