Easy way to customize ionic directive?

Hello,

Is there an easy and non-destructive way to add some functionality to a already existing ionic directive? By non-destructive I mean without altering the original code.

Cheers,
Thomas

In Angular you can use decorator to add functionality to providers https://docs.angularjs.org/api/auto/service/$provide

Hey, thanks for the link, I’ll have a look at it.