Medium
f = function(item) {
return $http({
url : 'api/route',
method : 'POST',
data : item.data
});
};
g = function(items) {
x = items.map(f(item));
return $q.all(x);
};
Select the correct assertions in the list :
Author: Mathieu RobinStatus: PublishedQuestion passed 81 times
Edit
1
Community EvaluationsNo one has reviewed this question yet, be the first!
Similar QuestionsMore questions about AngularJS