UNPKG

angular-gantt

Version:

Gantt chart component for AngularJS

9 lines (7 loc) 244 B
(function(){ 'use strict'; angular.module('gantt').directive('ganttTaskForeground', ['GanttDirectiveBuilder', function(Builder) { var builder = new Builder('ganttTaskForeground'); return builder.build(); }]); }());