[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:
Victor Woeltjen
2014-12-03 13:51:07 -08:00
parent 9dd0a54568
commit 2476941eb2
3 changed files with 58 additions and 0 deletions

View File

@@ -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>