[Common UI] Initial commonUI bundles
Bring in work on general-purpose and over-arching user interface bundles from the sandbox transition branch. WTD-574.
This commit is contained in:
6
platform/commonUI/general/res/templates/tree.html
Normal file
6
platform/commonUI/general/res/templates/tree.html
Normal file
@@ -0,0 +1,6 @@
|
||||
<ul class="tree">
|
||||
<li ng-repeat="child in composition">
|
||||
<mct-representation key="'tree-item'" mct-object="child" parameters="parameters">
|
||||
</mct-representation>
|
||||
</li>
|
||||
</ul>
|
||||
Reference in New Issue
Block a user