diff --git a/platform/commonUI/browse/res/templates/browse-object.html b/platform/commonUI/browse/res/templates/browse-object.html
index c3c1197bc8..366fcdb48b 100644
--- a/platform/commonUI/browse/res/templates/browse-object.html
+++ b/platform/commonUI/browse/res/templates/browse-object.html
@@ -57,7 +57,12 @@
+ class="abs flex-elem grows object-holder-main scroll"
+ mct-selectable="{
+ item: domainObject.useCapability('adapter'),
+ oldItem: domainObject
+ }"
+ mct-init-select>
diff --git a/platform/commonUI/browse/res/templates/browse/inspector-region.html b/platform/commonUI/browse/res/templates/browse/inspector-region.html
index 4106894c66..e558002995 100644
--- a/platform/commonUI/browse/res/templates/browse/inspector-region.html
+++ b/platform/commonUI/browse/res/templates/browse/inspector-region.html
@@ -19,12 +19,21 @@
this source code distribution or the Licensing information page available
at runtime from the About dialog for additional information.
-->
-
-
diff --git a/platform/commonUI/browse/res/templates/browse/object-properties.html b/platform/commonUI/browse/res/templates/browse/object-properties.html
index 142019dd60..5240e9f596 100644
--- a/platform/commonUI/browse/res/templates/browse/object-properties.html
+++ b/platform/commonUI/browse/res/templates/browse/object-properties.html
@@ -38,8 +38,6 @@
ng-class="{ last:($index + 1) === contextualParents.length }">
@@ -51,8 +49,6 @@
ng-class="{ last:($index + 1) === primaryParents.length }">
diff --git a/platform/commonUI/edit/bundle.js b/platform/commonUI/edit/bundle.js
index 521576b27c..45b5ec5ac2 100644
--- a/platform/commonUI/edit/bundle.js
+++ b/platform/commonUI/edit/bundle.js
@@ -121,7 +121,8 @@ define([
"key": "ElementsController",
"implementation": ElementsController,
"depends": [
- "$scope"
+ "$scope",
+ "openmct"
]
},
{
@@ -299,9 +300,6 @@ define([
{
"key": "edit-elements",
"template": elementsTemplate,
- "uses": [
- "composition"
- ],
"gestures": [
"drop"
]
@@ -385,7 +383,10 @@ define([
]
},
{
- "implementation": EditToolbarRepresenter
+ "implementation": EditToolbarRepresenter,
+ "depends": [
+ "openmct"
+ ]
}
],
"constants": [
diff --git a/platform/commonUI/edit/res/templates/edit-object.html b/platform/commonUI/edit/res/templates/edit-object.html
index 995453519d..b6af8d9c86 100644
--- a/platform/commonUI/edit/res/templates/edit-object.html
+++ b/platform/commonUI/edit/res/templates/edit-object.html
@@ -61,7 +61,12 @@
+ toolbar="toolbar"
+ mct-selectable="{
+ item: domainObject.useCapability('adapter'),
+ oldItem: domainObject
+ }"
+ mct-init-select>
diff --git a/platform/commonUI/edit/res/templates/elements.html b/platform/commonUI/edit/res/templates/elements.html
index 4746a81cf6..0edc447f7e 100644
--- a/platform/commonUI/edit/res/templates/elements.html
+++ b/platform/commonUI/edit/res/templates/elements.html
@@ -25,7 +25,7 @@
ng-model="filterBy">