mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
* floating toolbar for PDF viewer * use routing settings to toggle app menu * remove dialog viewer * remove duplicate menu
14 lines
394 B
HTML
14 lines
394 B
HTML
<adf-toolbar>
|
|
<adf-toolbar-title>
|
|
<md-select [(ngModel)]="selectedSource">
|
|
<md-option *ngFor="let source of sources" [value]="source.value">
|
|
{{ source.title }}
|
|
</md-option>
|
|
</md-select>
|
|
</adf-toolbar-title>
|
|
</adf-toolbar>
|
|
<adf-document-list
|
|
[currentFolderId]="selectedSource"
|
|
locationFormat="/files">
|
|
</adf-document-list>
|