Skip to content

Instantly share code, notes, and snippets.

@sandeepthukral
Created April 1, 2015 11:30
Show Gist options
  • Save sandeepthukral/9e925b154397c7a84a3d to your computer and use it in GitHub Desktop.
Save sandeepthukral/9e925b154397c7a84a3d to your computer and use it in GitHub Desktop.
key, value in ng-repeat
<tr ng-repeat="(key, value) in data">
<td> {{key}} </td> <td> {{ value }} </td>
</tr>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment