UNPKG

angular-gantt

Version:

Gantt chart component for AngularJS

9 lines (7 loc) 303 B
(function(){ 'use strict'; angular.module('gantt.labels').directive('ganttSideContentLabels', ['GanttDirectiveBuilder', function(Builder) { var builder = new Builder('ganttSideContentLabels', 'plugins/labels/sideContentLabels.tmpl.html'); return builder.build(); }]); }());