[Fixed Position] Begin breaking apart template
Begin breaking apart template to allow multiple types of fixed position elements, WTD-879.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<div style="background: #444;">
|
||||
<div style="position: absolute; left: 0px; top: 0px; bottom: 0px; width: 50%; overflow: hidden;">
|
||||
{{ngModel.name}}
|
||||
</div>
|
||||
<div style="position: absolute; right: 0px; top: 0px; bottom: 0px; width: 50%; overflow: hidden;">
|
||||
{{ngModel.value}}
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user