Used for configuring the ARIA attributes injected and managed by ngAria.
angular.module('myApp', ['ngAria'], function config($ariaProvider) {
$ariaProvider.config({
ariaValue: true,
tabindex: false
});
});
Requires the ngAria module to be installed.
Enables/disables various ARIA attributes
| Param | Type | Details |
|---|---|---|
| config | object | object to enable/disable specific ARIA attributes
|
© 2010–2020 Google, Inc.
Licensed under the Creative Commons Attribution License 3.0.
https://code.angularjs.org/1.8.2/docs/api/ngAria/provider/$ariaProvider