I am not sure this is possible. setContent is within a Closure and you can't get access to it (correct me if I am wrong). You can however replace (override/extend) emailService.Send but this is a heavy handed approach. Easy thing to do is mod the service and add the functionality you want directly..
Regards, Garry Taylor On Monday, 19 May 2014 01:57:28 UTC+1, Jacob Rief wrote: > > Is there a receipt to override a setter function from a derived provider? > > In this Plunk <http://plnkr.co/edit/pqG0yEIgzNvZIJeNR2wV?p=preview>, I > would like to replace the function setContent from the third party > provider inside the Extension module. > > Any ideas how to solve this? > -- 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.
