[Fixed Position] Add fill properties

Add 'fill' properties, to allow specifying background
color in Fixed Position view. WTD-881.
This commit is contained in:
Victor Woeltjen
2015-02-23 10:48:44 -08:00
parent 53aabd5743
commit 182d02599d
7 changed files with 158 additions and 5 deletions

View File

@@ -1,4 +1,5 @@
<div style="background: #444;">
<div ng-style="{ background: ngModel.element.fill }"
style="width: 100%; height: 100%;">
<div style="position: absolute; left: 0px; top: 0px; bottom: 0px; width: 50%; overflow: hidden;">
{{ngModel.name}}
</div>