I have found great solution!
2 steps:
ng-if="items.length" (to the ng-repeat container)in controller:
function onStateChange() {
$scope.items = [];
$timeout(function() {
$scope.items = getItems();
});
}
Preview video: drive.google.com/file/d/0B_2AM8ZhXhE9c2IyZFg2aXhs…