UNPKG

angular-gantt

Version:

Gantt chart component for AngularJS

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