UNPKG

angular-gantt

Version:

Gantt chart component for AngularJS

10 lines (9 loc) 296 B
export default function (GanttDirectiveBuilder) { 'ngInject' let builder = new GanttDirectiveBuilder('ganttBodyRows') builder.controller = function ($scope, $element) { $scope.gantt.body.rows.$element = $element $scope.gantt.body.rows.$scope = $scope } return builder.build() }