Skip to content

Commit

Permalink
Merge 28be30d into c95f0eb
Browse files Browse the repository at this point in the history
  • Loading branch information
tcitworld committed Oct 1, 2016
2 parents c95f0eb + 28be30d commit cc10f7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/part.eventsattendees.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<div class="advanced--fieldset" ng-hide="emailAddress === ''">
<input type="text" class="advanced--input" ng-model="nameofattendee"
placeholder="<?php p($l->t('E-Mail address of attendee'))?>" name="nameofattendee" autocomplete="off"
uib-typeahead="contact.name for contact in search($viewValue)" typeahead-show-hint="true" typeahead-min-length="3"
uib-typeahead="contact as (contact.name | limitTo: 20) + ' (' + (contact.email | limitTo: 30) + ')' for contact in search($viewValue)" typeahead-show-hint="true" typeahead-min-length="3"
typeahead-on-select="selectFromTypeahead($item)" />
<button id="addmoreattendees" ng-click="add(nameofattendee)" class="btn event-button button" type="button">
<?php p($l->t('Add')); ?>
Expand Down

0 comments on commit cc10f7a

Please sign in to comment.