UNPKG

angular-gantt

Version:

Gantt chart component for AngularJS

11 lines (9 loc) 305 B
(function(){ 'use strict'; angular.module('gantt').directive('ganttRowLabel', ['GanttDirectiveBuilder', function(Builder) { var builder = new Builder('ganttRowLabel'); builder.restrict = 'A'; builder.templateUrl = undefined; return builder.build(); }]); }());