diff --git a/app/js/controllers.js b/app/js/controllers.js index cfdb7c76..edb54852 100644 --- a/app/js/controllers.js +++ b/app/js/controllers.js @@ -563,6 +563,7 @@ angular.module('myApp.controllers', []) function showEmptyHistory () { safeReplaceObject($scope.state, {notSelected: true}); $scope.history = []; + hasMore = false; $scope.$broadcast('ui_history_change'); }