@matanyed
Full stack developer
Nothing here yet.
Nothing here yet.
No blogs yet.
I have found great solution! 2 steps: in html: add ng-if="items.length" (to the ng-repeat container) in controller: function onStateChange () { $scope.items = []; $timeout( function () { $scope.items = getItems(); }); } Preview video: https://drive.google.com/file/d/0B_2AM8ZhXhE9c2IyZFg2aXhsYXM/view