Content-type을 "application/json" POST 메서드, RESTful API로 변경 Angular는 처음입니다.JS와 나는 너의 도움이 필요했다. API에 json을 POST하고 적절한 답변을 받으면 됩니다. 여기 내 JSON이 있는데 어디에 코드를 붙여야 할지 모르겠어. JSON { "userId" :"testAgent2", "token" :"testAgent2", "terminalInfo":"test2", "forceLogin" :"false" } 내가 제대로 하고 있는지 모르겠어. 컨트롤러JS function UserLoginCtrl($scope, UserLoginResource) { //Save a new userLogin $scope.loginUser = function()..