var app = angular.module('GanttRoadmap',

['gantt',
 'gantt.tree',
 'gantt.table',
 'gantt.groups',
 'gantt.tooltips',
 'gantt.movable'
]);