angular-weekly-scheduler
angular-weekly-scheduler copied to clipboard
A weekly scheduler for angularjs
Hello @fmaturel . Very nice component. Maybe it is possible to rework it a little bit and add some configuration to make not only **Week** granularity, but also **Day**. It...
There is no way to change the week numbers for day numbers, so I can use this calendar to see events by items in a day time line?
… to schedule slot updated readme
I think it would be really helpful if it supported angular 7.
Hi, first of all, I'd like to thank you for building and making this feature available in angular. I'd like to if there is a way to add a legend...
This looks almost like what we are hoping to develop however we need to show a daily scheduler. Any plans or pointers on how we can fork and adapt your...
 my files that are included: ``` angular-animate/angular-animate.js angular-dynamic-locale/dist/tmhDynamicLocale.js angular-i18n/angular-locale_fr.js angular-weekly-scheduler/dist/js/ng-weekly-scheduler.js ``` directive call ``` weekly-scheduler(class="scheduler", ng-model="model" options="model.options") ```
I understand that whole lines ("items") can be made editable or not. I need however to have certain events ("schedules") editable and some other not on an editable item. How...