From bd068f31c5a4d220f90723804c73cc4c3d2b08eb Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Thu, 15 Jan 2015 18:53:59 -0800 Subject: [PATCH] [Fixed Position] Fill available area with grid Fill available space with background grid for fixed position view, WTD-615. --- .../features/layout/res/templates/fixed.html | 3 ++- platform/features/layout/src/FixedController.js | 17 +++++++++++++++-- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/platform/features/layout/res/templates/fixed.html b/platform/features/layout/res/templates/fixed.html index 1675cd2cde..95af6c0c05 100644 --- a/platform/features/layout/res/templates/fixed.html +++ b/platform/features/layout/res/templates/fixed.html @@ -1,7 +1,8 @@
+ ng-controller="FixedController as controller" + mct-resize="controller.setBounds(bounds)">