how can I change the whole layout of the angularjs material design component to RTL ?
you can do this by BiDirectional Provider
app.config(function($mdBiDirectionalProvider) {
$mdBiDirectionalProvider.rtlMode(true);
}
look at this page
I found a simple way to change page layout.
<html dir="rtl">
just this
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With