angular.js - Questions about a piece of code in the angularjs document
巴扎黑
巴扎黑 2017-05-15 17:01:19
0
1
554

This is a piece of code in the angularjs document

$http.jsonp is an asynchronous request. How can we ensure that the $http.jsonp request has been completed when the convert method is called.

巴扎黑
巴扎黑

reply all(1)
大家讲道理

It is an asynchronous request, not an abnormal request. In this case, the service returns a method (console.log is Promise) instead of returning data (usually json), so that the request is sent when executed in the controller

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template