--- 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>