The following AngularJS expression is used to get data from a server. Which of the given statements is correct?
var data = $http.get(uri):
Correct Answer: A promise object is returned by the geto method in the given code.
Explanation:
Note: This Question is unanswered, help us to find answer for this one
More Angular JS MCQ Questions