我正在尝试将 angular-gantt 插件添加到我的应用程序中。首先;
angular.module('myApp',['directives', 'services', 'controllers', ... and some more]
然后,当我的应用程序需要 angular-gantt 时,我想向“myApp”添加一些额外的模块,例如;
angular.module('myApp',['gantt','gantt-sortable','gantt-movable',.. and some more]
但是当我这样做时,页面消失了,没有任何效果。我怎么解决这个问题。