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–2016 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://code.angularjs.org/1.4.14/docs/api/ngAria/provider/$ariaProvider