Hi, I want to overwrite the show() function in line 168 from https://github.com/angular-ui/bootstrap/blob/master/src/tooltip/tooltip.js. I figuret out, that it is easy to overwrite simple services with the $provide.decorator() function from angular. But the .provider( '$tooltip', function () {...}) service here is to complex for me. Can somebody give me a hint how the decorator should looks like to overwrite the show() function in https://github.com/angular-ui/bootstrap/blob/master/src/tooltip/tooltip.js.?
Tahnks and best regards Benedikt -- 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.
