[Timeline] Update namespacing in templates

WTD-1239
This commit is contained in:
Victor Woeltjen 2015-10-23 13:49:46 -07:00
parent 19ad4c8174
commit 3e0534c4c3
2 changed files with 9 additions and 9 deletions

View File

@ -1,5 +1,5 @@
<div class="t-swimlane s-swimlane l-swimlane {{ngModel.activitystate}} {{ngModel.swimlanestate}}"
warp-swimlane-drop="ngModel"
mct-swimlane-drop="ngModel"
ng-class="{
exceeded: ngModel.exceeded(),
selected: ngModel.selected(swimlane),
@ -29,7 +29,7 @@
ng-style="{ 'margin-left': 15 * ngModel.depth + 'px' }">
<mct-representation key="'label'"
mct-object="ngModel.domainObject"
warp-swimlane-drag="ngModel">
mct-swimlane-drag="ngModel">
</mct-representation>
</span>
</div>

View File

@ -133,9 +133,9 @@
'drop-after': swimlane.highlightBottom()
}"
ng-click="selection.select(swimlane)"
warp-swimlane-drop="swimlane">
mct-swimlane-drop="swimlane">
<mct-representation key="'warp.gantt'"
<mct-representation key="'gantt'"
mct-object="swimlane.domainObject"
parameters="{
scroll: scroll,