Actual Behavior:
What is the issue?What is the expected behavior?CodePen:
https://codepen.io/anon/pen/RZbJVe
AngularJS Versions: *
AngularJS Version: LatestAngularJS Material Version: LatestAdditional Information:
Browser Type: AllBrowser Version: AllOS: AllYou can use this temporary solution in rtl pages:
md-progress-linear {
transform: scale(-1, -1);
}
Yep, that's just what I did :)
It is still a problem in 1.1.21 for both linear and circular progress indicators.
I created CodePen showing both.