[ACA-793] use download directive from ADF (#190)

This commit is contained in:
Denys Vuika
2018-02-19 16:31:35 +00:00
committed by suzanadirla
parent 91ee923ab9
commit 5fb55afeb2
7 changed files with 4 additions and 273 deletions

View File

@@ -19,7 +19,7 @@
mat-icon-button
*ngIf="hasSelection(documentList.selection)"
title="{{ 'APP.ACTIONS.DOWNLOAD' | translate }}"
[app-download-node]="documentList.selection">
[adfNodeDownload]="documentList.selection">
<mat-icon>get_app</mat-icon>
</button>