[ADF-1344] Old directive selectors should still be usable (#4217)

This commit is contained in:
davidcanonieto
2019-01-28 17:39:23 +00:00
committed by Eugenio Romano
parent 0ae251ce21
commit aa852e7b48
3 changed files with 7 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
<div class="adf-search-text-header">
<ng-content select="[adf-people-search-title]"></ng-content>
<ng-content select="[adf-people-search-title], [people-search-title]"></ng-content>
</div>
<adf-people-search-field [performSearch]="performSearch" (rowClick)="onRowClick($event)"></adf-people-search-field>
@@ -9,6 +9,6 @@
{{'ADF_TASK_LIST.PEOPLE.DIALOG_CLOSE' | translate }}
</button>
<button mat-button type="button" id="add-people" (click)="involveUserAndClose()">
<ng-content select="[adf-people-search-action-label]"></ng-content>
<ng-content select="[adf-people-search-action-label], [people-search-action-label]"></ng-content>
</button>
</div>