marcorinck / angular-growl

growl-like notifications for angularJS projects
MIT License
478 stars 191 forks source link

aria support #23

Open jonespen opened 10 years ago

jonespen commented 10 years ago

Closes GH-22.

Because some screen readers only announce content from elements with aria-live present on document load, I've added aria-live="polite"directly on the <div growl /> element and not through the directive.

theanxy commented 9 years ago

:+1: