ng repeat through object keys insteaad of array
<tr ng-repeat="(key, value) in data"> <td> {{key}} </td> <td> {{ value }} </td> </tr>