Posts by deividfortuna • 11 points
1 post
-
1
votes2
answers620
viewsA: CRUD with Angularjs and PHP
Try using the full resource url and display the return variable in the console. var carregarUsuario = function () { $http.get("http://localhost/buscar.php").then(function (retorno){…