Here's my sample code. I'm trying to figure out how to use a directive to be a "shortcut" for a few other directives. In this case it's dealing specifically with input elements, so transcluding the element in a wrapper template wouldn't get the job done.
From the documentation it seems that the $compile function is going to be what makes this all work. Either there aren't any examples of this, or there's a word I'm missing in my searches to make them come up. Has anyone else tried something like this? Is it just pure abuse of the framework?
Many thanks!