fmaturel / angular-weekly-scheduler

A weekly scheduler for angularjs
http://www.dijit.fr/demo/angular-weekly-scheduler
MIT License
56 stars 47 forks source link

Editable schedules #3

Open eripoll opened 8 years ago

eripoll commented 8 years ago

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 would I go about this?

fmaturel commented 8 years ago

Your understanding is right, only an item can be editable true / false for the time being. I understand your needs and it would be nice to add this feature to the module.

If you've got some time, could you submit a PR?

If there is enough voters for this feature, I'll consider adding this in later versions.