Skip to content

ziaenezhad/angular-material-rtl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

RTL(Right To Left) support for Angular Material

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published