unused label in search component

This commit is contained in:
Eugenio Romano 2017-09-13 13:05:15 +01:00
parent 17f8dc92e8
commit eafe884a9d

View File

@ -21,9 +21,7 @@
(focus)="onFocus($event)"
(blur)="onBlur($event)"
(keyup.escape)="onEscape()"
(keyup.arrowdown)="onArrowDown()"
aria-labelledby="searchLabel">
<!--label id="searchLabel" for="searchControl">{{'SEARCH.CONTROL.LABEL' | translate}}</label-->
(keyup.arrowdown)="onArrowDown()">
</md-input-container>
</div>
</div>