mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 21:35:50 +00:00
improve loader
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
<ion-content class="height-100 container-wrapper">
|
<ion-content class="height-100 container-wrapper">
|
||||||
<ion-refresher name="refresher" slot="fixed" (ionRefresh)="doRefresh($event)">
|
<ion-refresher name="refresher" slot="fixed" (ionRefresh)="doRefresh($event)">
|
||||||
<ion-progress-bar type="indeterminate" *ngIf="showLoader"></ion-progress-bar>
|
<ion-progress-bar type="indeterminate" *ngIf="wsChatService.loadingWholeList"></ion-progress-bar>
|
||||||
<ion-refresher-content>
|
<ion-refresher-content>
|
||||||
</ion-refresher-content>
|
</ion-refresher-content>
|
||||||
</ion-refresher>
|
</ion-refresher>
|
||||||
|
|||||||
@@ -126,7 +126,6 @@ export class ChatPage implements OnInit {
|
|||||||
private platform: Platform,
|
private platform: Platform,
|
||||||
private storageservice: StorageService,
|
private storageservice: StorageService,
|
||||||
public wsChatService: wsChatService
|
public wsChatService: wsChatService
|
||||||
|
|
||||||
) {
|
) {
|
||||||
|
|
||||||
this.loggedUserChat = authService.ValidatedUserChat['data'];
|
this.loggedUserChat = authService.ValidatedUserChat['data'];
|
||||||
|
|||||||
Reference in New Issue
Block a user