구문 오류:Object.parse(네이티브) Angular에 예기치 않은 토큰이 있습니다.JS 각도로부터의 질문JS눕. asmx 웹 서비스를 사용하여 그리드를 표시하려고 합니다.웹 서비스를 테스트해보니 JSON 데이터가 올바르게 출력됩니다.여기 제 컨트롤러가 있습니다. app.controller('SetupController', ['$scope', '$http', function ($scope, $http) { var url = 'app/pricefilessetup/grid.asmx/getGridJson'; $http.get(url).success(function (data) { var myjson = JSON.parse(data); $scope.products= JSON.parse(myjson); })..