I am trying to add angular-gantt plugins to my application. Firstly;
angular.module('myApp',['directives', 'services', 'controllers', ... and some more]
Then when I need angular-gantt on my application I want to add some extra modules to 'myApp' like;
angular.module('myApp',['gantt','gantt-sortable','gantt-movable',.. and some more]
But when I do that pages disapper and nothing works. How can I solve this problem.