[Fixed Position] Draw line as SVG

Draw line elements as SVG, WTD-880.
This commit is contained in:
Victor Woeltjen
2015-02-20 15:02:16 -08:00
parent 638a7c8609
commit 2c0180ebda
6 changed files with 100 additions and 15 deletions

View File

@@ -14,6 +14,7 @@
<mct-include ng-repeat="element in controller.getElements()"
style="position: absolute;"
key="element.template"
parameters="{ gridSize: controller.getGridSize() }"
ng-class="{ test: controller.selected(element) }"
ng-style="element.style"
ng-click="controller.select(element)"