breadcrumb bug fixes (#3348)

This commit is contained in:
Denys Vuika
2018-05-20 20:07:10 +01:00
committed by Eugenio Romano
parent 70d93805d4
commit b599e3a41a
6 changed files with 26 additions and 16 deletions

View File

@@ -32,6 +32,11 @@
<adf-sites-dropdown (change)="onSiteChange($event)" [hideMyFiles]="false" [relations]="'members'">
</adf-sites-dropdown>
</div>
<!-- demonstrates breadcrumb use outside of the toolbar -->
<adf-breadcrumb root="Personal Files" [target]="documentList" [folderNode]="documentList.folderNode">
</adf-breadcrumb>
<div class="document-list-container" fxLayout="row" fxLayoutAlign="start stretch" fxLayoutGap="16px">
<adf-upload-drag-area fxFlex="1 1 auto"
[disabled]="disableDragArea"