[Windowing] Show title of navigated object

Show title of navigated object in window, WTD-1200.
This commit is contained in:
Victor Woeltjen
2015-05-20 09:57:04 -07:00
parent 4c6cad3e77
commit a937a3193b
7 changed files with 114 additions and 5 deletions

View File

@@ -25,6 +25,7 @@ define(
function setNavigation(domainObject) {
$scope.navigatedObject = domainObject;
$scope.treeModel.selectedObject = domainObject;
navigationService.setNavigation(domainObject);
}
// Load the root object, put it in the scope.