Fixed #227 (showMore for empty history)
This commit is contained in:
parent
74b2b5d20e
commit
df5ba840ca
@ -563,6 +563,7 @@ angular.module('myApp.controllers', [])
|
||||
function showEmptyHistory () {
|
||||
safeReplaceObject($scope.state, {notSelected: true});
|
||||
$scope.history = [];
|
||||
hasMore = false;
|
||||
|
||||
$scope.$broadcast('ui_history_change');
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user