UNPKG

angular-gantt

Version:

Gantt chart component for AngularJS

13 lines (11 loc) 433 B
(function(){ 'use strict'; angular.module('gantt').directive('ganttBodyBackground', ['GanttDirectiveBuilder', function(Builder) { var builder = new Builder('ganttBodyBackground'); builder.controller = function($scope, $element) { $scope.gantt.body.background.$element = $element; $scope.gantt.body.background.$scope = $scope; }; return builder.build(); }]); }());