Skip to content

Instantly share code, notes, and snippets.

Created December 15, 2015 12:49
Show Gist options
  • Save anonymous/b6d062aadc8372ab981e to your computer and use it in GitHub Desktop.
Save anonymous/b6d062aadc8372ab981e to your computer and use it in GitHub Desktop.
<table>
<tr ng-repeat="persona in personas">
<td>{{$index+1}}</td>
<td> {{persona.nombre}}</td>
<td>{{persona.edad}}</td>
</tr>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment