Currently, I am working on extracting values from a JSON string by splitting it at the ":" and displaying the two values in separate td tags.
function testCtrl($scope) {
$scope.response = {"name":["The name field is required."],"param":["Hobby: Coding", "Country: USA"]};}
If you would like to see an example of what I am trying to achieve, please visit http://jsfiddle.net/8mnxLzc1/5/