มีใครช่วยอธิบายหน่อยได้ไหมว่า$q.when
AngularJS ทำงานอย่างไร ฉันพยายามวิเคราะห์วิธีการ$http
ทำงานและพบสิ่งนี้:
var promise = $q.when(config);
และนี่คือวัตถุกำหนดค่าจากคอนโซล Chrome:
Object {transformRequest: Array[1], transformResponse: Array[1], cache: Object, method: "GET", url: "/schedule/month_index.html"…}
cache: Object
headers: Object
method: "GET"
transformRequest: Array[1]
transformResponse: Array[1]
url: "/schedule/month_index.html"
__proto__: Object
จะเกิดอะไรขึ้นต่อไป? วัตถุนี้ได้รับการแก้ไขหรือปฏิเสธอย่างไร