(fix) don't show attendees if there are none (like in cancelation emails)

pull/203/head
Ludovic Marcotte 2016-03-15 08:44:07 -04:00
parent 9878569478
commit 6d18db5499
1 changed files with 1 additions and 1 deletions

View File

@ -248,7 +248,7 @@
</div>
<!-- ATTENDEES -->
<md-list>
<md-list ng-show="part.participants.length > 0">
<div class="pseudo-input-container">
<label class="pseudo-input-label"><var:string label:value="Attendees"/></label>
<!-- md-contact-chips don't support "readonly", so we build them using md-chips