mirror of
https://github.com/nasa/openmct.git
synced 2024-12-23 06:52:24 +00:00
d863c2843c
Modify tree so that it includes its root in most cases, for WTD-922.
9 lines
221 B
HTML
9 lines
221 B
HTML
<ul class="tree">
|
|
<li>
|
|
<mct-representation key="'tree-node'"
|
|
mct-object="domainObject"
|
|
ng-model="ngModel">
|
|
</mct-representation>
|
|
</li>
|
|
</ul>
|