client/app/visites/visites.html
changeset 170 533a98367f99
parent 146 c6fa8ee3f562
child 189 0ffed992c271
--- a/client/app/visites/visites.html	Thu Jun 11 15:36:42 2015 +0200
+++ b/client/app/visites/visites.html	Thu Jun 11 15:37:51 2015 +0200
@@ -1,5 +1,5 @@
 <accordion close-others="false">
-    <accordion-group ng-repeat="visit in books | filter:{ parent_visit: 'null', id_article: '!null' } | orderBy: 'date' " is-open=true>
+    <accordion-group ng-repeat="visit in visits | orderBy: 'date' " is-open=true>
 
         <accordion-heading>
             <a class="title" ng-click="$event.stopPropagation();" href="#/visites/{{ visit.id }}">{{ visit.title }}</a>
@@ -21,6 +21,4 @@
       
     </accordion-group>
     
-</accordion>
-
-<a class="btn btn-default" ng-click="addBook()"><span class="glyphicon glyphicon-plus"></span></a>
\ No newline at end of file
+</accordion>
\ No newline at end of file