This commit is contained in:
tiago.kayaya
2021-06-03 13:37:23 +01:00
5 changed files with 5 additions and 6 deletions
@@ -146,7 +146,7 @@
(closeComponent)="closeComponent()"
(setIntervenient)="setIntervenient($event)"
(setIntervenientCC)="setIntervenientCC($event)"
(setContact)="setContact($event)"
(setContact)="setContact(event)"
></app-attendee-modal>
</div>
@@ -21,7 +21,7 @@
<ion-content>
<div class="main-container">
<div class="input-text d-flex ion-align-items-center">
<ion-input [(ngModel)]='findEntity' class="search-input" type="search" placeholder="Pesquisar" (ngModelChange)="filterContact($event)" ></ion-input>
<ion-input [(ngModel)]='findEntity' class="search-input" type="search" placeholder="Pesquisar" (ngModelChange)="filterContact()" ></ion-input>
</div>
<ul>
<li *ngFor="let organicEntity of showOrganicEntities" (click)="selectOrganicEntidy(organicEntity.Description)">
@@ -16,7 +16,6 @@ import { ComponentsModule } from 'src/app/components/components.module';
CommonModule,
FormsModule,
IonicModule,
ComponentsModule,
ViewEventPageRoutingModule
],
declarations: [ViewEventPage],
@@ -2,14 +2,14 @@
<div class="title">
<div class="thetitle"><ion-label >Expediente</ion-label></div>
<div class="theicon">
<button class="btn-no-color" (click)="doRefresh()">
<button class="btn-no-color" (click)="doRefresh($event)">
<ion-icon slot="end" class="title-icon" name="reload-circle"></ion-icon>
</button>
</div>
</div>
</ion-header>
<ion-content>
<ion-refresher name="refresher" slot="fixed" (ionRefresh)="doRefresh()">
<ion-refresher name="refresher" slot="fixed" (ionRefresh)="doRefresh($event)">
<ion-refresher-content
pullingIcon="chevron-down-circle-outline"
pullingText="deslize para actualizar"