Moving a response into table
问题 I have a response given below, I need to move program details into an array and show them in table. But I am getting undefined message since, programdetails is again an array.my programdetails is stored in newprogramdetails[] if I give ng-repeat it gives duplicate error. HTML: <tr ng-repeat="item in newProgramDetails"> <td>{{newProgramDetails.title}}</td> <td>{{newProgramDetails.description}}</td> <td>{{newProgramDetails.createddate}}</td> <td>{{newProgramDetails.updateddate}}</td> </select><