[Mobile] Small tweaks/bug fixes
Small tweaks/fixes (use appropriate variable names etc) for refactoring mobile support classes.
This commit is contained in:
@@ -43,7 +43,10 @@ define(
|
||||
}
|
||||
|
||||
if (agentService.isMobile()) {
|
||||
navigationService.listen(changeObject);
|
||||
navigationService.addListener(changeObject);
|
||||
$scope.$on("$destroy", function () {
|
||||
navigationService.removeListener(changeObject);
|
||||
});
|
||||
}
|
||||
|
||||
this.state = true;
|
||||
|
||||
Reference in New Issue
Block a user