Ho visto alcuni esempi di servizi di accesso a Facebook che utilizzavano le promesse per accedere all'API Graph di FB. Esempio n. 1 : this.api = function(item) { var deferred = $q.defer(); if (item) { facebook.FB.api('/' + item, function (result) { $rootScope.$apply(function () { if (angular.isUndefined(result.error)) { deferred.resolve(result); } else …
Qualcuno può spiegarmi come $q.whenfunziona in AngularJS? Sto cercando di analizzare come $httpfunziona e ho trovato questo: var promise = $q.when(config); Ed ecco l'oggetto di configurazione dalla console 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] …
We use cookies and other tracking technologies to improve your browsing experience on our website,
to show you personalized content and targeted ads, to analyze our website traffic,
and to understand where our visitors are coming from.
By continuing, you consent to our use of cookies and other tracking technologies and
affirm you're at least 16 years old or have consent from a parent or guardian.