how to bind data values when user modifies task in UI

Can i bind task values in Gannt chart…

like $scope.tasks=[task:{“startdate”:‘23-10-2014’}]

so when user modifies in front end(In View) …the task should be updated in Controller Side.

:question:

Gantt is not Angular based, so you can’t use it with angular scope directly.
You can use on of gantt’s events

docs.dhtmlx.com/gantt/api__refs_ … vents.html

and attach to it the code, which will update data in the scope.