mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
Attendees funcionality.
This commit is contained in:
@@ -5,9 +5,15 @@
|
||||
</ion-header>
|
||||
|
||||
<ion-content>
|
||||
<!-- Searchbar with cancel button always shown -->
|
||||
<ion-searchbar></ion-searchbar>
|
||||
<!-- TABS -->
|
||||
<ion-searchbar [(ngModel)]="searchCountryString" (input)="searchCountry($event)" placeholder="Search"></ion-searchbar>
|
||||
<ion-list>
|
||||
<button ion-item *ngFor="let attendee of eventAttendees">
|
||||
{{attendee.Name}}
|
||||
</button>
|
||||
</ion-list>
|
||||
|
||||
|
||||
<!--
|
||||
<ion-toolbar >
|
||||
<ion-segment [(ngModel)]="segment" (ionChange)="onSegmentChange()">
|
||||
<ion-segment-button value="required">
|
||||
@@ -19,14 +25,15 @@
|
||||
</ion-segment>
|
||||
</ion-toolbar>
|
||||
<div [ngSwitch]="segment">
|
||||
<ion-searchbar
|
||||
[showCancelButton]=""
|
||||
(ionChange)="onChange($event)">
|
||||
</ion-searchbar>
|
||||
<ion-list>
|
||||
<ion-item-sliding>
|
||||
<ion-item lines="none" *ngFor="let attendee of eventAttendees">
|
||||
<div class="div-item">
|
||||
<div class="div-up">
|
||||
<div class="div-icon">
|
||||
<ion-icon class="ion-icon-attach" slot="end" name="attach-outline"></ion-icon>
|
||||
</div>
|
||||
<div class="div-content-attachment">
|
||||
<h3>{{ attendee.Name }}</h3>
|
||||
<p>{{ attendee.EmailAddress }}</p>
|
||||
@@ -36,5 +43,5 @@
|
||||
</ion-item>
|
||||
</ion-item-sliding>
|
||||
</ion-list>
|
||||
</div>
|
||||
</div>TABS -->
|
||||
</ion-content>
|
||||
|
||||
Reference in New Issue
Block a user