From cd6c8afddca6f6b6732ae599c8da91db4c7face5 Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Tue, 24 Feb 2015 10:06:34 -0800 Subject: [PATCH] [Fixed Position] Add selection/handle markup Add initial markup for selection highlight, drag handles to allow position/resize of elements in Fixed Position view, WTD-882. --- .../features/layout/res/templates/fixed.html | 23 +++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/platform/features/layout/res/templates/fixed.html b/platform/features/layout/res/templates/fixed.html index 9d6d741a62..502b5e2579 100644 --- a/platform/features/layout/res/templates/fixed.html +++ b/platform/features/layout/res/templates/fixed.html @@ -18,9 +18,24 @@ ng-class="{ test: controller.selected(element) }" ng-style="element.style" ng-click="controller.select(element)" - ng-model="element" - mct-drag-down="controller.startDrag(element); controller.select(element)" - mct-drag="controller.continueDrag(delta)" - mct-drag-up="controller.endDrag()"> + ng-model="element"> + + + +
+
+
+ O +
+
+ \ No newline at end of file