Hi JC_cap,
thanks for the reply,
when I tried console.log(response), it shows [Object,Object,Object].
And when I added alert(JSON.stringify(response)), it alerted the data required in a json format.So how can I use this data.
I tried using
$scope.datas = JSON.stringify(response);
alert($scope.datas);
It alerts the required data in json formatm, but it is not displayed in show.html page.
how can I proceed . Please help.