[Fixed] Add Fixed Position controller

Add controller for fixed position view (initially, as copied
from Layout view.) WTD-615.
This commit is contained in:
Victor Woeltjen
2015-01-15 18:29:31 -08:00
parent 9d25359aa3
commit 1b2ebf1250
2 changed files with 172 additions and 2 deletions

View File

@@ -1,8 +1,6 @@
<div style="width: 100%; height: 100%;"
ng-controller="FixedController as controller">
<div ng-repeat="childObject in composition"
ng-style="controller.getStyle(childObject.getId())">