Merge branch 'open1200' into open-1201

This commit is contained in:
larkin
2015-06-08 11:11:50 -07:00
7 changed files with 115 additions and 5 deletions

View File

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