[Addressability] Add test cases

Add test cases to BrowseController which reflect changes for
addressability, WTD-1149.
This commit is contained in:
Victor Woeltjen
2015-06-16 15:57:08 -07:00
parent bcb4e9c495
commit c1c633db80
2 changed files with 81 additions and 0 deletions

View File

@@ -80,6 +80,7 @@ define(
// If not, pick a default as the last
// root-level component (usually "mine")
navigationService.setNavigation(domainObject);
$scope.navigatedObject = domainObject;
} else {
// Otherwise, just expose the currently navigated object.
$scope.navigatedObject = navigationService.getNavigation();