Skip to content

Commit

Permalink
Added aria-label attribute.
Browse files Browse the repository at this point in the history
  • Loading branch information
imolorhe committed May 13, 2018
1 parent 91f6e04 commit 911d8b3
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -8,7 +8,7 @@ <h3 class="modal-title">
<div class="modal-body">
<div class="app-dialog-body">
<div class="form-group">
<textarea class="dialog-textarea" cols="30" rows="10" [(ngModel)]="textAreaInput"></textarea>
<textarea class="dialog-textarea" aria-label="text input" cols="30" rows="10" [(ngModel)]="textAreaInput"></textarea>
</div>
</div>
</div>
Expand Down

0 comments on commit 911d8b3

Please sign in to comment.