This commit is contained in:
Peter Maquiran
2022-04-21 16:45:17 +01:00
parent 92c50e0d4a
commit 4a3b83e6c5
14 changed files with 45 additions and 26 deletions
@@ -22,10 +22,10 @@
<div class="content width-100 overflow-y-auto height-100" >
<div >
<ion-list *ngIf="taskslist.length >=0">
<ion-list *ngIf="expedientegbstore.list.length >=0">
<div
class="expediente item-hover ion-no-padding ion-no-margin cursor-pointer"
*ngFor = "let task of taskslist"
*ngFor = "let task of expedientegbstore.list"
(click)="goToExpediente(task.SerialNumber)"
>
<div class="item width-100">