improve gabinete digital add ..

This commit is contained in:
Peter Maquiran
2021-04-01 15:26:26 +01:00
parent e6ec9af049
commit 3d229ade11
4 changed files with 88 additions and 67 deletions
@@ -134,7 +134,7 @@
<div class="list-people">
<ion-item lines="none">
<ion-list>
<ion-label *ngIf="!eventAttendees" class="list-people-title">Adicionar intervenientes</ion-label>
<ion-label *ngIf="eventAttendees.length ==0" class="list-people-title">Adicionar intervenientes</ion-label>
<ion-label *ngFor="let participant of eventAttendees">{{participant.Name}}</ion-label>
</ion-list>
</ion-item>
@@ -10,6 +10,7 @@ import { EventPerson } from 'src/app/models/eventperson.model';
})
export class AttendeeModalPage implements OnInit {
// Defined by the API
contacts: EventPerson[];
showLoader: boolean = false;
selectedContact: EventPerson[] =[];
@@ -28,6 +29,10 @@ export class AttendeeModalPage implements OnInit {
this.fetchContacts("");
this.selectedContact = this.eventAttendees;
}
ngOnChanges(){
console.log('change !!!')
}
save(){
// set data to agenda component
@@ -39,7 +39,7 @@
<div class="tab mr-20 d-flex align-center" (click)="changeRoute('/home/publications')" [class.active]="locationPathname() == '/home/publications'">
<ion-icon class="font-40" src='assets/images/icons-nav-a-es-inactive.svg'></ion-icon>
<span>Ações</span>
<span>Acções</span>
</div>