Is it possible to emit a custom event from the directive in the component to which this directive is attached.
I was expecting it to work as described
@euvl's solution is fine, but i think it's easier and cleaner to just pass a function as an argument to your directive. Seems to simplify the interface to your directive as well.
{{label}}