[Mobile] Test BrowseTreeController variants

This commit is contained in:
Victor Woeltjen
2015-09-18 15:49:55 -07:00
parent 24586ae378
commit 884d36ad6d
4 changed files with 126 additions and 7 deletions

View File

@@ -42,7 +42,7 @@ define(
}
}
if (agentService.isMobile()) {
if (agentService.isPhone()) {
navigationService.addListener(changeObject);
$scope.$on("$destroy", function () {
navigationService.removeListener(changeObject);