[Fixed Position] Fill available area with grid

Fill available space with background grid for fixed position
view, WTD-615.
This commit is contained in:
Victor Woeltjen
2015-01-15 18:53:59 -08:00
parent b2bfa2b09b
commit bd068f31c5
2 changed files with 17 additions and 3 deletions

View File

@@ -1,7 +1,8 @@
<div style="width: 100%; height: 100%; position: absolute; left: 0px; top: 0px;"
ng-controller="FixedController as controller">
ng-controller="FixedController as controller"
mct-resize="controller.setBounds(bounds)">
<!-- Background grid -->
<div ng-repeat="cell in controller.getCellStyles()"