Marco

Results 8 comments of Marco

Memory mapped input is not implemented but a good idea!

This is an good question. I think this will be a general problem as all apps will have to be either ported/rewritten or will stay on Angular 1.0 until their...

@Toilal Would it make sense to create a angular2-gantt repo instead of a branch? Then it would be easier to track issues, commits and have a clean separation.

I think with ES6 it would be possible to make a good core component and then provide a view layer on top of it using different technologies (e.g. Vue, Angular,...

I`m not sure if I understand you correctly. Here is a quick untested idea: Checkout the function `updatePosAndSize` in task.factory.js. There you can add a property to the task object...

I think this is also a bit of concept failure in Angular because there is already a watcher on our `data` property but still each model property bound to the...

I have another idea which is simpler: By introducing a new id (e.g. named internalId) for columns, headerColumns, rows, tasks and timeSpans it would be possible to switch the ng-reapeat...