use title binding over attribute style (#351)

This commit is contained in:
Cilibiu Bogdan
2018-05-10 11:33:31 +03:00
committed by Denys Vuika
parent 9e264f3fb0
commit eb463c7635
5 changed files with 5 additions and 5 deletions

View File

@@ -114,7 +114,7 @@
<ng-template>
<app-empty-folder
icon="people"
title="APP.BROWSE.SHARED.EMPTY_STATE.TITLE"
[title]="'APP.BROWSE.SHARED.EMPTY_STATE.TITLE'"
subtitle="APP.BROWSE.SHARED.EMPTY_STATE.TEXT">
</app-empty-folder>
</ng-template>