Thoughts on exposing delegateService for contrib directives

I’ve been thinking about some of the directives we’ve built to compliment the ionic framework and how to give these back in a way that matches the frameworks API and feel, but without actually including them in the framework itself, for now.

I would like to use the delegateService function to give our directives the same functionality but can’t currently because it’s not exposed as far as I’m aware. So I’d have to duplicate some of the functions that I know the framework has.

Is there a plan to allow people to hook into some of the internals of the framework so it can be extended without having to build inside the frameworks codebase? Or am I looking at adding things into the framework in the wrong way?