fix breadcrumb demo shell navigation (#2970)

This commit is contained in:
Eugenio Romano
2018-02-20 21:31:57 +00:00
committed by GitHub
parent 2f69383c44
commit 02806dedfa
2 changed files with 6 additions and 1 deletions

View File

@@ -21,6 +21,7 @@
<adf-breadcrumb fxShow fxHide.lt-sm="true"
class="files-breadcrumb"
root="Personal Files"
(navigate)="onBreadcrumbNavigate($event)"
[target]="documentList"
[folderNode]="documentList.folderNode">
</adf-breadcrumb>