Posts by Eridani Melo • 31 points
2 posts
-
0
votes3
answers476
viewsA: Undefined error while reading 'post' property in Angularjs
try like this: $postdata = file_get_contents("php://input"); $request = json_decode($postdata); $usrname = $request-usrname; $upswd = $request->upswd; $email= $request->email;…
-
3
votes1
answer824
viewsQ: Springboot and Angularjs routes
I am trying to put url friendly to take the '#' of the angle url, I followed the following tutorial: /spring-boot-as-a-backend-for-Angularjs/ and it worked in the statistical url. But if I do this…