COMMITS
/ test/ngAria/ariaSpec.js September 23, 2020
J
refactor(misc): remove usages of whitelist and blacklist
Joey Perrott committed
November 16, 2018
E
fix(aria/ngClick): check if element is `contenteditable` before blocking spacebar
Eirik Blakstad committed
September 6, 2018
M
fix(ngAria.ngClick): preventDefault on space/enter only on non-interactive elements
Martin Staffa committed
June 16, 2018
G
fix(ngAria): do not scroll when pressing spacebar on custom buttons
George Kalpakas committed
G
refactor(ngAria): clean up `accessible actions` tests
George Kalpakas committed
June 27, 2016
G
feat(ngAria): add support for ignoring a specific element
Georgios Kalpakas committed
June 26, 2016
G
refactor(ngAria): move test helpers inside of closure
Georgios Kalpakas committed
December 11, 2017
M
fix(ngAria): do not set aria attributes on input[type="hidden"]
Martin Staffa committed
August 10, 2016
M
chore(eslint): enable `quotes: ["error", "single"]`
Michał Gołębiowski committed
May 17, 2016
G
fix(aria/ngModel): do not overwrite the default `$isEmpty()` method for checkboxes
Georgios Kalpakas committed
February 17, 2016
L
fix(ngAria): bind to `keydown` instead of `keypress` in `ngClick`
Lee Adcock committed
February 28, 2016
M
fix(ngAria): don't add roles to native control elements
mohamed amr committed
M
feat(ngAria): add support for aria-readonly based on ngReadonly
mohamed amr committed
March 13, 2016
L
chore(*): Upgrade to Jasmine 2.4
Lucas Mirelmann committed
March 6, 2016
M
refactor(*): use toBeUndefined consistently
mohamed amr committed
February 27, 2016
M
test(ngAria): remove incorrect closing `div` tag after `input` element
mohamed amr committed
February 3, 2016
G
refactor(ngAria): remove redundant '?' in DDO's `require`
Georgios Kalpakas committed
December 9, 2015
M
fix(ngAria): Apply ARIA attrs correctly
Marcy Sutton committed
October 14, 2015
M
fix(ngAria): don't add tabindex to radio and checkbox inputs
Marcy Sutton committed
July 2, 2015
M
fix(ngAria): clean up tabindex usage
marcysutton committed
June 30, 2015
M
feat(ngAria): add option to disable role=button
marcysutton committed
April 30, 2015
G
fix(ngAria): update `aria-valuemin/max` when `min/max` change
Georgios Kalpakas committed
May 13, 2015
M
test(ngAria): test that aria-hidden/disabled are always "true" or "false"
Michal Miszczyszyn committed
March 17, 2015
A
fix(ngAria): change accessibility keypress event to use event.which if it is provided
Andrew Austin committed
March 13, 2015
M
fix(ngAria): handle elements with role="checkbox/menuitemcheckbox"
Martin Staffa committed
March 2, 2015
M
feat(ngAria): add `button` role to `ngClick`
Marcy Sutton committed
P
test(aria): clean up test style and rename helper
Peter Bacon Darwin committed
December 4, 2014
M
feat(ngAria): add roles to custom inputs
Marcy Sutton committed
January 23, 2015
M
fix(ngAria): correctly set "checked" attr for checkboxes and radios
Martin Staffa committed
December 19, 2014
M
fix(ngAria): ensure native controls fire a single click
Marcy Sutton committed
December 12, 2014
C
fix(ngAria): trigger digest on ng-click via keypress, pass $event to expression
Caitlin Potter committed
December 1, 2014
M
feat(ngAria): bind keypress on ng-click w/ option
Marcy Sutton committed
October 29, 2014
M
feat(ngAria): announce ngMessages with aria-live
Marcy Sutton committed
October 21, 2014
H
style(*): add rule disallowSpacesInFunctionDeclaration beforeOpeningRoundBrace
Henry Zhu committed
September 19, 2014
B
refactor(ngAria): bind to ngModel rather than form types
Brian Ford committed
July 25, 2014
S
feat(ngAria): add an ngAria module to make a11y easier
Subra committed