mainService.isGuest()
          .then(function(isGuest) {
            if (isGuest) {
              $scope.showAll = true;
            }