Improve this Doc  View Source

$ariaProvider

  1. - $aria
  2. - provider in module ngAria

Used for configuring the ARIA attributes injected and managed by ngAria.

angular.module('myApp', ['ngAria'], function config($ariaProvider) {
  $ariaProvider.config({
    ariaValue: true,
    tabindex: false
  });
});

Dependencies

Requires the ngAria module to be installed.

Methods