mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 13:26:08 +00:00
add loader to else condition
This commit is contained in:
@@ -148,7 +148,7 @@ export class EventsPage implements OnInit {
|
|||||||
|
|
||||||
|
|
||||||
async RefreshEvents() {
|
async RefreshEvents() {
|
||||||
|
console.log('im here')
|
||||||
this.currentEvent = "";
|
this.currentEvent = "";
|
||||||
this.showLoader = true;
|
this.showLoader = true;
|
||||||
this.showAgendaLoader = true;
|
this.showAgendaLoader = true;
|
||||||
@@ -167,7 +167,8 @@ export class EventsPage implements OnInit {
|
|||||||
this.showLoader = false;
|
this.showLoader = false;
|
||||||
this.showAgendaLoader = false;
|
this.showAgendaLoader = false;
|
||||||
} else {
|
} else {
|
||||||
|
this.showLoader = true;
|
||||||
|
this.showAgendaLoader = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user