client/app/visites/visites.html
changeset 146 c6fa8ee3f562
parent 98 e165f7647ae3
child 170 533a98367f99
--- a/client/app/visites/visites.html	Tue Jun 09 19:09:29 2015 +0200
+++ b/client/app/visites/visites.html	Tue Jun 09 19:10:45 2015 +0200
@@ -1,5 +1,5 @@
 <accordion close-others="false">
-    <accordion-group ng-repeat="visit in books | filter:{ parent_visit: 'null', idArticle: '!null' } | orderBy: 'date' " is-open=true>
+    <accordion-group ng-repeat="visit in books | filter:{ parent_visit: 'null', id_article: '!null' } | orderBy: 'date' " is-open=true>
 
         <accordion-heading>
             <a class="title" ng-click="$event.stopPropagation();" href="#/visites/{{ visit.id }}">{{ visit.title }}</a>