You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
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.