client/app/books/books.html
changeset 24 21ecbde9e080
child 53 dac1df90b49e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/client/app/books/books.html	Mon Mar 23 12:22:44 2015 +0100
@@ -0,0 +1,9 @@
+<p>Liste des books&nbsp;:</p>
+
+<ul class="row ">
+  <li class="" ng-repeat="i in books">
+    <div>
+       <a class="visite" href="#/books/{{ i.id }}">{{ i.title }}</a>
+    </div>
+  </li>
+</ul>
\ No newline at end of file