On Tuesday, February 18, 2014 11:20:20 PM UTC+2, Jorge Fiallega wrote: > Can the successCallback of the then() return a promise ? >
Yes it can. The callback can return any object which can then be used in the next 'link' in the chain > If so, how is this affect chaining ? > I don't think it affects chaining per se, other than being the value which is fed into the next link. > (I am trying to chain promises) > Does this help: http://www.thinkster.io/pick/SoeujAQBP3/angularjs-promises -- 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/groups/opt_out.
