mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
add ocurrency inputs
This commit is contained in:
@@ -43,9 +43,13 @@
|
||||
</button>
|
||||
</div>
|
||||
<div class="content">
|
||||
|
||||
{{ toDayEventStorage.eventsList | json}}
|
||||
|
||||
<ion-list>
|
||||
<ion-item class="cursor-pointer" lines="none" *ngFor="let event of toDayEventStorage.eventsList"
|
||||
(click)="goToEvent(event.EventId)">
|
||||
(click)="goToEvent(event.EventId)"
|
||||
>
|
||||
<div class="d-flex content-{{loggeduser.Profile}}-{{event.CalendarName}}">
|
||||
|
||||
<div class="schedule-time">
|
||||
|
||||
Reference in New Issue
Block a user