forked from CIT/Vmeda.Online
		
	Merge pull request #1374 from albertgasset/MOBILE-2431
MOBILE-2431 mainmenu: Fix badge of menu items
This commit is contained in:
		
						commit
						151fc63c11
					
				| @ -18,7 +18,7 @@ | |||||||
|         <ion-item *ngFor="let handler of handlers" [ngClass]="['core-moremenu-handler', handler.class]" (click)="openHandler(handler)" title="{{ handler.title | translate }}" detail-push> |         <ion-item *ngFor="let handler of handlers" [ngClass]="['core-moremenu-handler', handler.class]" (click)="openHandler(handler)" title="{{ handler.title | translate }}" detail-push> | ||||||
|             <core-icon [name]="handler.icon" item-start></core-icon> |             <core-icon [name]="handler.icon" item-start></core-icon> | ||||||
|             <p>{{ handler.title | translate}}</p> |             <p>{{ handler.title | translate}}</p> | ||||||
|             <ion-badge item-end *ngIf="handler.showBadge" [hidden]="handler.loading || !handler.badge">{{badge}}</ion-badge> |             <ion-badge item-end *ngIf="handler.showBadge" [hidden]="handler.loading || !handler.badge">{{handler.badge}}</ion-badge> | ||||||
|             <ion-spinner item-end *ngIf="handler.showBadge && handler.loading"></ion-spinner> |             <ion-spinner item-end *ngIf="handler.showBadge && handler.loading"></ion-spinner> | ||||||
|         </ion-item> |         </ion-item> | ||||||
|         <div *ngFor="let item of customItems" class="core-moremenu-customitem"> |         <div *ngFor="let item of customItems" class="core-moremenu-customitem"> | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user