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

Commits on Apr 27, 2016

  1. fix(radioButton): demos are not support RTL properly.

    * 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 committed Apr 27, 2016
    Configuration menu
    Copy the full SHA
    a8105b6 View commit details
    Browse the repository at this point in the history