JumpLink / angular-toggle-switch

AngularJS Toggle Switch
http://jumplink.github.io/angular-toggle-switch/
MIT License
68 stars 37 forks source link

Make the toggle-switch usable with keyboard or assistive technology. #14

Closed phw closed 8 years ago

phw commented 9 years ago

Adding the functionality required for the ARIA switch role allows using the switch with keyboard or assistive technology.

See: https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/ARIA_Techniques/Using_the_checkbox_role https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/ARIA_Techniques/Using_the_switch_role

phw commented 9 years ago

Sorry, will fix the tests.

phw commented 9 years ago

I have fixed the unit tests and called grunt build. The unit test still failing is just the tests are failing on master, too. As this is unrelated to this feature pull requests I added another one just for the existing unit tests: https://github.com/JumpLink/angular-toggle-switch/pull/15

JumpLink commented 8 years ago

Thank you again :)