diff --git a/platform/commonUI/browse/res/templates/browse-object.html b/platform/commonUI/browse/res/templates/browse-object.html index fb5dfff0a0..8291d1ed29 100644 --- a/platform/commonUI/browse/res/templates/browse-object.html +++ b/platform/commonUI/browse/res/templates/browse-object.html @@ -21,15 +21,15 @@ --> -
+
-
+
diff --git a/platform/features/layout/res/templates/frame.html b/platform/features/layout/res/templates/frame.html index df4e3390ad..3817ff6ba8 100644 --- a/platform/features/layout/res/templates/frame.html +++ b/platform/features/layout/res/templates/frame.html @@ -35,7 +35,8 @@
+ mct-object="representation.selected.key && domainObject" + ng-model="ngModel">
\ No newline at end of file diff --git a/platform/features/layout/res/templates/layout.html b/platform/features/layout/res/templates/layout.html index 6d6effdc85..ce1c6e0faf 100644 --- a/platform/features/layout/res/templates/layout.html +++ b/platform/features/layout/res/templates/layout.html @@ -20,16 +20,18 @@ at runtime from the About dialog for additional information. -->
+ ng-controller="LayoutController as controller" + ng-mousedown="ngModel.inspectionObjects = [domainObject]">
+ ng-mousedown="ngModel.inspectionObjects = [childObject]; $event.stopPropagation()">
+ mct-object="childObject" + ng-model="ngModel">