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

IF statement in MySQL trigger -

c++ - What does MSC in "// appease MSC" comments mean? -

android - MPAndroidChart - How to add Annotations or images to the chart -