[Fixed] Add Fixed Position controller
Add controller for fixed position view (initially, as copied from Layout view.) WTD-615.
This commit is contained in:
@@ -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())">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user