François Maturel
François Maturel
@francoispqt will you still have the time to maintain this projet, or would you accept more maintainers to keep Go's fastest json unmarshaller :1st_place_medal: alive ?
I'll be able to look at this issue next week. Hope this is fine with you.
I just fixed the `grunt serve:dist` command by correctly serving the ng-animate js file. Could you give another try using the corrected version `0.0.5`?
Here is a simple plunker to see how things get to work with this scheduler: https://embed.plnkr.co/CImLQFfbd64JFezNBTWQ (I'll add this link to the readme)
Hello @HOuaghad ! Any chance in getting this working ?
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...
Hi, sorry I don't but It should not be that hard to refactor the projet to use Angular 4 directives. You could fork the project and modify the code to...
Thanks @borys-rudenko ! I'm glad you like the component. I'm using it in production for quickly drafting **weekly** events that can be further edited at a **daily** granularity. We're happy...
Hi! You're right this feature seems to be needed. I've looked at some already existing forks of this project. You may have a close look at [AfferoLab fork](https://github.com/AfferoLab-Flow/angular-weekly-scheduler). I've seen...
Hi, you can have a look at the [demo timeline](https://github.com/fmaturel/angular-timelinejs3/blob/8bc2b359ff771b3caf623517a52f6d356e52e29f/app/demo/demo-controller.js#L12). You can use the `$scope.timeline.setData(...)` method to push your data to the timeline. This is usually done in a controller...