<table>
<tr>
<th>Author</th>
<th>Title</th>
</tr>
<tr>
<td>Douglas Adams</td>
<td>Hitchhikers guide to the galaxy</td>
</tr>
<tr>
<td>JRR Tolkien</td>
<td>Lord of the rings</td>
</tr>
</table>
[
{author: "Douglas Adams", title: "Hitchhikers guide to the galaxy"} ,
{author: "JRR Tolkien", title: "Lord of the rings"},
{author: "Douglas Richard Hofstadter",
title: "Gödel, Escher, Bach: an Eternal Golden Braid"},
{author: "Brian and Dennis", title: "The C Programming language"},
{author: "Kent Beck", title: "Test Driven Development"},
{author: "Various", title: "Thoughtworks anthology", cover: "twa2.jpg"}
];
<table>
<tr>
<th>Author</th>
<th>Title</th>
</tr>
<tr ng-repeat="book in books">
<td>{{book.author}}</td>
<td>{{book.title}}</td>
</tr>
</table>
When human features look and move almost like human beings it causes revulsion among human observers
snyatsa@thoughtworks.com
zabilcm@thoughtworks.com
www.thoughtworks.com