mirror of
https://github.com/nasa/openmct.git
synced 2024-12-22 14:32:22 +00:00
e04b9828ea
Use ng-model when communicating state to/from the tree in browse mode. This will simplify implementation of the Locator control, which also uses a tree, but which should not set navigation state. WTD-593.
9 lines
247 B
HTML
9 lines
247 B
HTML
<ul class="tree">
|
|
<li ng-repeat="child in composition">
|
|
<mct-representation key="'tree-node'"
|
|
mct-object="child"
|
|
ng-model="ngModel">
|
|
</mct-representation>
|
|
</li>
|
|
</ul>
|