layoutService.getGuestMode().then(function(guest) {
        $scope.guestMode = guest;
        return guest;
      }).catch(function() {
        $log.warn('could not retrieve guest mode');