[Forms] Add Locator control
Add Locator form control, to allow selection of a destination for newly-created domain objects in a tree. WTD-593.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<div ng-controller="LocatorController" class="selector-list">
|
||||
<div>
|
||||
<mct-representation key="'tree'"
|
||||
mct-object="rootObject"
|
||||
ng-model="treeModel">
|
||||
</mct-representation>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user