99

$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

次は何が起こる?このオブジェクトがどのように解決または拒否されるか?

4

1 に答える 1