client/app/visites/visites.html
changeset 189 0ffed992c271
parent 170 533a98367f99
--- a/client/app/visites/visites.html	Thu Oct 15 16:33:32 2015 +0200
+++ b/client/app/visites/visites.html	Fri Oct 16 12:16:20 2015 +0200
@@ -1,4 +1,4 @@
-<accordion close-others="false">
+<accordion ng-show="visits.length" close-others="false">
     <accordion-group ng-repeat="visit in visits | orderBy: 'date' " is-open=true>
 
         <accordion-heading>
@@ -21,4 +21,9 @@
       
     </accordion-group>
     
-</accordion>
\ No newline at end of file
+</accordion>
+
+ <p ng-hide="visits.length">
+    Vous n'avez pas encore effectué de visites
+ </p>
+    
\ No newline at end of file