Browse Source

Fixed #227 (showMore for empty history)

master
Igor Zhukov 10 years ago
parent
commit
df5ba840ca
  1. 1
      app/js/controllers.js

1
app/js/controllers.js

@ -563,6 +563,7 @@ angular.module('myApp.controllers', []) @@ -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…
Cancel
Save