mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
Merge branch 'feature/calendar' into developer
This commit is contained in:
@@ -380,22 +380,16 @@
|
||||
>
|
||||
|
||||
</app-approve-event>
|
||||
|
||||
|
||||
<app-attendees
|
||||
class="d-flex flex-column height-100"
|
||||
*ngIf="mobileComponent.showAttendees"
|
||||
(openAttendeeModal)="openAttendeeModal()"
|
||||
[eventAttendees]="contacts"
|
||||
(openAddEvent)="openAddEvent($event)"
|
||||
(GoBackEditOrAdd)="GoBackEditOrAdd()"
|
||||
>
|
||||
</app-attendees>
|
||||
|
||||
|
||||
<app-attendee-modal
|
||||
class="d-flex flex-column height-100"
|
||||
*ngIf="mobileComponent.showAttendeeModal"
|
||||
*ngIf="mobileComponent.showAttendees"
|
||||
[eventAttendees]="contacts"
|
||||
(openAttendeesComponent)="openAttendeesComponent($event)"
|
||||
(openAddEvent)="openAddEvent()"
|
||||
(GoBackEditOrAdd)="GoBackEditOrAdd()"
|
||||
(setContact)="setContact($event)"
|
||||
>
|
||||
</app-attendee-modal>
|
||||
|
||||
|
||||
@@ -958,7 +958,7 @@ export class AgendaPage implements OnInit {
|
||||
|
||||
|
||||
if(Array.isArray(data)){
|
||||
if(data.length != 0){
|
||||
if(data.length >= 1){
|
||||
|
||||
console.log('save!!!',data.length);
|
||||
console.log(data);
|
||||
|
||||
Reference in New Issue
Block a user