Created
April 1, 2015 11:30
-
-
Save sandeepthukral/9e925b154397c7a84a3d to your computer and use it in GitHub Desktop.
key, value in ng-repeat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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