twinssbc / Ionic2-Calendar

A calendar component based on Ionic framework
https://ionic-calendar-demo.stackblitz.io
MIT License
388 stars 197 forks source link

#week on title incorrect #37

Closed mgarciadash closed 6 years ago

mgarciadash commented 7 years ago

On Week view, # of week says this week is #52 of 2016, but isnt in fact is #1 of 2017.

twinssbc commented 7 years ago

@mgarciadash I have fixed this bug in version 0.1.1. Thanks for reporting it.

mgarciadash commented 7 years ago

Thanks to You !!

mgarciadash commented 7 years ago

Btw ... Maybe the question not belongs here, but ... How can i hide "all Day" row in weekView ???

twinssbc commented 7 years ago

@mgarciadash Although there's no option exposed to hide "all Day" row, you can achieve this by overriding the css. You need to set weekview-allday-table to "display: none" and weekview-normal-event-container to "margin-top: 0"