UNPKG

angular-gantt

Version:

Gantt chart component for AngularJS

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