Right, there’s the same parameter for $resouce, which is probably what I’ll do. Which means I’ll need to declare it on a per-resource basis, right? Was just wondering if there was something more global.
> On Mar 30, 2015, at 1:16 PM, 'Michael Bielski' via AngularJS > <[email protected]> wrote: > > There is a Timeout option in the $http specs. You pass it in your config. > > timeout – {number|Promise} – timeout in milliseconds, or promise > <https://docs.angularjs.org/api/ng/service/$q> that should abort the request > when resolved. > > -- > You received this message because you are subscribed to a topic in the Google > Groups "AngularJS" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/angular/gOfINt2TsW8/unsubscribe > <https://groups.google.com/d/topic/angular/gOfINt2TsW8/unsubscribe>. > To unsubscribe from this group and all its topics, send an email to > [email protected] > <mailto:[email protected]>. > To post to this group, send email to [email protected] > <mailto:[email protected]>. > Visit this group at http://groups.google.com/group/angular > <http://groups.google.com/group/angular>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
