Posts by victornjg • 41 points
2 posts
-
1
votes2
answers289
views -
0
votes2
answers244
viewsA: Angular + JSON: Return does not appear in table
I believe it’s because you’re forgetting to mention that you want the content within the json array, it would look like this: $http.post("usuarios.php").success(function(data){ $scope.details =…