[Time Conductor] Switched conductor to mct-include rather than mct-representation to avoid warnings

This commit is contained in:
Henry 2016-09-07 14:29:21 -07:00
parent d37dd52ee1
commit fbab890081
3 changed files with 10 additions and 3 deletions

View File

@ -59,8 +59,9 @@
</mct-representation>
</div>
</div>
<mct-representation mct-object="domainObject"
<mct-include key="'time-conductor'" class="abs holder flex-elem flex-fixed l-flex-row l-time-conductor-holder"></mct-include>
<!-- <mct-representation mct-object="domainObject"
key="'time-conductor'"
class="abs holder flex-elem flex-fixed l-flex-row l-time-conductor-holder">
</mct-representation>
</mct-representation> -->
</div>

View File

@ -91,6 +91,12 @@ define([
"theme": "snow"
}
],
"templates": [
{
"key": "time-conductor",
"template": timeConductorTemplate
}
],
"representations": [
{
"key": "time-conductor",

View File

@ -106,4 +106,4 @@
</div>
</div>
</div>
</div>