Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

fix(radioButton): demos are not supporting RTL properly. #8243

Closed
wants to merge 1 commit into from

Conversation

devversion
Copy link
Member

  • Currently the radioButton demo is only querying for a dir attribute on the HTML, but that is not consistent with our RTL mixins.

    Additionally, these query is not necessary, because we can just apply on right and left a padding and the demo will look great on RTL as well.

Also it will wrap the text of the demo property in LTR and RTL.

Fixes #8233.

* Currently the radioButton demo is only querying for a dir attribute on the HTML, but that is not consistent with our RTL mixins.
Additionally, these query is not necessary, because we can just apply on right and left a padding and the demo will look great on RTL as well.

Also it will wrap the text of the demo property in LTR and RTL.

Fixes angular#8233.
@devversion devversion added the needs: review This PR is waiting on review from the team label Apr 27, 2016
@devversion devversion changed the title fix(radioButton): demos are not support RTL properly. fix(radioButton): demos are not supporting RTL properly. Apr 29, 2016
@devversion devversion deleted the fix/demo-radio-rtl branch June 11, 2016 15:56
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
needs: review This PR is waiting on review from the team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant