This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Add ng-aria binding #5486
Closed
Description
ARIA is a firm W3C standard for rich internet applications. An ng-aria binding would both encourage app authors to use ARIA when suitable and make it easy. Because of the role of ARIA with UI, it is appropriate to have this as a core AngularJS directive.
Example: ng-aria="{expanded: isOpen}"
This would toggle the attribute aria-expanded to the string true/false on the element.