Skip to content

Commit

Permalink
fix: loading spinner aria-hidden issue (#1537)
Browse files Browse the repository at this point in the history
  • Loading branch information
InnaAtanasova committed Nov 1, 2019
1 parent 3f63376 commit 4ae5791
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<div class="fd-spinner" [attr.aria-hidden]="!loading" [attr.aria-label]="loadingLabel">
<div class="fd-spinner" *ngIf="loading" [attr.aria-label]="loadingLabel">
<div class="fd-spinner__body"></div>
</div>

0 comments on commit 4ae5791

Please sign in to comment.