I would like to send a call back into a directive via a parameter on the tag, and then call that method when appropriate inside the directive. For example, when a button was
Also the callback needs to be:
scope.onLoadCallback({arg1: 'wtf'});
The named parameters are then bound to the corresponding parameters used in the callback attribute (not all need to be used).