#244 breadcrumb as a separate component (doclist only)

This commit is contained in:
Denys Vuika
2016-06-21 15:51:51 +01:00
parent bf7414fc85
commit e101f22e28
10 changed files with 175 additions and 138 deletions

View File

@@ -3,6 +3,10 @@
[currentFolderPath]="currentPath"
[uploaddirectory]="currentPath"
(onSuccess)="documentList.reload()">
<alfresco-document-list-breadcrumb
[currentFolderPath]="currentPath"
[target]="documentList">
</alfresco-document-list-breadcrumb>
<alfresco-document-list
#documentList
[currentFolderPath]="currentPath"