UNPKG

angular-gantt

Version:

Gantt chart component for AngularJS

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