mattlewis92 / angular-bootstrap-calendar

A port of the bootstrap calendar widget to AngularJS (no jQuery required!)
https://mattlewis92.github.io/angular-bootstrap-calendar/
MIT License
798 stars 367 forks source link

Change direction of days #639

Closed eliadvertman closed 7 years ago

eliadvertman commented 7 years ago

Hello,

because my project is in hebrew (we write from right to left), i need to switch the direction of the days from right to left,

how can i do that?

burtek commented 7 years ago

The only way I can think of would be to write own view templates based on original templates. See here.

eliadvertman commented 7 years ago

Is there any tutorial for that?

On Aug 21, 2017 12:23 PM, "burtek" notifications@github.com wrote:

The only way I can think of would be to write own view templates based on original templates.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/mattlewis92/angular-bootstrap-calendar/issues/639#issuecomment-323693070, or mute the thread https://github.com/notifications/unsubscribe-auth/AG5Iya6FXQqTOgCaXPqId6Mgt7FGBFQZks5saUyVgaJpZM4O8rEn .

burtek commented 7 years ago

Just have a look at original templates - it's just HTML code with angularJS tags.