dynamic column layout support (#2260)

This commit is contained in:
Denys Vuika
2017-09-01 11:51:02 +01:00
committed by Mario Romano
parent 42ed604349
commit 5f7d690db5
15 changed files with 70 additions and 193 deletions

View File

@@ -0,0 +1,13 @@
<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>