AngularJs Material design RTL layout -


how can change whole layout of angularjs material design component rtl ?

you can bidirectional provider

app.config(function($mdbidirectionalprovider) {     $mdbidirectionalprovider.rtlmode(true); } 

look @ page


Comments

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -