[Answer]-Angular get json from server but cannot display columns only whole model

1👍

If your JSON from http://127.0.0.1:8000/people/person/?format=json is coming back as an array then you need to change your $scope.person to be $scope.persons and your ng-repeat needs to read person in persons.

Leave a comment