I have been trying AngularJS for a experimental project and I came along with this problem. In my html I want to display a list of items
Index.html<
try to initialize $scope.items = []; at controller, before call $http
$scope.items = [];
I hope it helps you.