How to pass a function to an attribute directive, without using isolated scope or eval in Angular 1.x
I have created a little POC to demonstrate, how you can pass a function that resides on the scope, to be passed to a attribute directive without using isolated scope or eval in Angular 1.x.