|
|
@ -563,6 +563,7 @@ angular.module('myApp.controllers', []) |
|
|
|
function showEmptyHistory () { |
|
|
|
function showEmptyHistory () { |
|
|
|
safeReplaceObject($scope.state, {notSelected: true}); |
|
|
|
safeReplaceObject($scope.state, {notSelected: true}); |
|
|
|
$scope.history = []; |
|
|
|
$scope.history = []; |
|
|
|
|
|
|
|
hasMore = false; |
|
|
|
|
|
|
|
|
|
|
|
$scope.$broadcast('ui_history_change'); |
|
|
|
$scope.$broadcast('ui_history_change'); |
|
|
|
} |
|
|
|
} |
|
|
|