Hi,
I’m having trouble getting the data to load using angularjs.
I followed the steps here:
In my link function for the directive of where the gantt is getting setup i have:
gantt.parse($scope.ganttvm.tasks, “json”);
gantt.init($elm[0]);
It bombs on the parse with an error in the console:
angular.js:12330 TypeError: i is not a function
at Object.parseDate (http://localServer/libs/gantt/codebase/dhtmlxgantt.js:10:411875)