Endpoints are working but still I can’t get the data.
var self = this;
taskService.getList().then(function (tasks){
self.tasks = tasks;
return tasks;
});
return this;
Endpoints are working but still I can’t get the data.
var self = this;
taskService.getList().then(function (tasks){
self.tasks = tasks;
return tasks;
});
return this;