2014-11-23 23:41:20 +00:00
|
|
|
<ul class="tree">
|
|
|
|
<li ng-repeat="child in composition">
|
2014-11-24 23:42:09 +00:00
|
|
|
<mct-representation key="'tree-node'" mct-object="child" parameters="parameters">
|
2014-11-23 23:41:20 +00:00
|
|
|
</mct-representation>
|
|
|
|
</li>
|
|
|
|
</ul>
|