I am new using AngularJS and I am having an issue parsing a json response. This is the HTML code I am using:
Just parse your data like that
function (response,httpStatus) { alert('response' + angular.toJson(response)); }
It is built-in feature of angularjs.
angularjs