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 369 forks source link

week view with hour timeline - doesnt stretch events #622

Closed spotlight2001 closed 7 years ago

spotlight2001 commented 7 years ago

Bug description / Feature request:

week view with calendarConfig.showTimesOnWeekView = true; calendarConfig.dateFormats.hour = 'HH:mm';

actual: doesnt stretch events

expect: stretch events in proportion to timeline on the left

Plunker

http://plnkr.co/edit/KvCr3CIPIfNlehfXITDl?p=preview

Versions

angular-bootstrap-calendar 0.29.2

Angular: 1.5.11

Calendar library: ?

Browser name and version: chrome - Version 59.0.3071.115 (Official Build) (64-bit) same on firefox

spotlight2001 commented 7 years ago

theres an open pull request for this