/angular-material-rtl

RTL(Right To Left) support for Angular Material

Primary LanguageCSS

RTL Angular Material

here is some css classes to add support of RTL languages (Arabic, Hebrew, Persian, ...) in the Angular Material https://material.angularjs.org/.

Instalation

bower install angular-material-rtl

Usage

simply add md-rtl class any where must be RTL.

<!doctype html>
<html ng-app="app" strict-di>
  <head>...</head>
  <body class="md-rtl" flex layout="column">
  	<!-- every thing is rtl here-->
  </body>
</html>