mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
bug solved publications
This commit is contained in:
@@ -28,14 +28,14 @@
|
||||
</div>
|
||||
</ion-header>
|
||||
|
||||
<ion-content [scrollEvents]="true" (ionScroll)="onScroll($event)">
|
||||
<ion-content>
|
||||
<ion-refresher name="refresher" slot="fixed" (ionRefresh)="doRefresh($event)">
|
||||
<ion-progress-bar type="indeterminate" *ngIf="showLoader"></ion-progress-bar>
|
||||
<ion-refresher-content>
|
||||
</ion-refresher-content>
|
||||
</ion-refresher>
|
||||
|
||||
<div class="main-container px-20" *ngIf="publicationFolderService.FolderDetails[folderId]" class="VideoManager" #VideoManager>
|
||||
<div class="main-container px-20" *ngIf="publicationFolderService.FolderDetails[folderId]" >
|
||||
<p class="item-content-detail">{{publicationFolderService.FolderDetails[folderId].Detail}}</p>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user