yalabot / angular-foundation

http://pineconellc.github.io/angular-foundation/
Other
1.05k stars 266 forks source link

Added `aria-label` to `alert` directive template #317

Open dcastro opened 7 years ago

dcastro commented 7 years ago

We're using angular-foundation in our project and we noticed the "x" in an alert is read out as "times" by screen readers.

This PR adds an aria-label to the alert directive template for better accessibility.