Angular $ q。はどのように機能しますか?
$q.whenAngularJSでどのように機能するかを誰かが私に説明できますか?私はどのように$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 次は何が起こる?このオブジェクトはどのように解決または拒否されますか?