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.

Constructors

Properties

Constructors

  • 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.

    Returns AriaProvider

Properties

$get: (() => {
    $$watchExpr: ((attrName: any, ariaAttr: any, nativeAriaNodeNames: any, negate: any) => ((scope: any, elem: any, attr: any) => void));
    config(key: any): any;
})
config: ((newConfig: any) => void)