UNPKG

angular-gantt

Version:

Gantt chart component for AngularJS

11 lines (9 loc) 248 B
(function(){ 'use strict'; angular.module('gantt').factory('GanttBodyForeground', [function() { var GanttBodyForeground = function(body) { this.body = body; }; return GanttBodyForeground; }]); }());