UNPKG

angular-gantt

Version:

Gantt chart component for AngularJS

9 lines (8 loc) 337 B
<div ng-cloak class="gantt-task-sections"> <gantt-task-section section="section" task="task" options="task.model.sections" index="$index" ng-repeat="section in task.model.sections.items track by $index"> </gantt-task-section> </div>