Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

fix(ngAria): Ensure aria-hidden attribute is always "true" or "false" #11865

Closed
wants to merge 1 commit into from

Conversation

typeofweb
Copy link
Contributor

Currently when using ngAria with ng-hide directive when value passed
to ng-hide is not boolean aria-hidden attribute is set to an invalid value.
This fix ensures aria-hidden attribute is always either "true" or "false".

Fixes #11365 as well.

Currently when using ngAria with and ng-hide directive, when value passed
to ng-hide is not boolean, aria-hidden attribute is set to an invalid value.
This fix ensures aria-hidden attribute is always either "true" or "false".
@Narretz Narretz self-assigned this May 13, 2015
@Narretz Narretz added this to the 1.4.x - jaracimrman-existence milestone May 13, 2015
Narretz pushed a commit to Narretz/angular.js that referenced this pull request May 28, 2015
Previously, when using ngAria with the ng-hide directive,
and the value passed to ng-hide was not boolean,
the aria-hidden attribute was set to this non-boolean value.

Closes angular#11865
Narretz pushed a commit to Narretz/angular.js that referenced this pull request May 28, 2015
Previously, when using ngAria with the ng-hide directive,
and the value passed to ng-hide was not boolean,
the aria-hidden attribute was set to this non-boolean value.

Closes angular#11865
Narretz pushed a commit to Narretz/angular.js that referenced this pull request Jun 1, 2015
…lse"

Previously, when using ngAria with the ng-hide directive,
and the value passed to ng-hide was not boolean,
the aria-hidden attribute was set to this non-boolean value.

Closes angular#11865
@Narretz Narretz closed this in 3c9096e Jun 1, 2015
netman92 pushed a commit to netman92/angular.js that referenced this pull request Aug 8, 2015
…lse"

Previously, when using ngAria with the ng-hide directive,
and the value passed to ng-hide was not boolean,
the aria-hidden attribute was set to this non-boolean value.

Closes angular#11865
Closes angular#11998
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants