How can I pass a templateUrl
to my directive without using transclusion? I have a widget
directive that I need to populate with specific HTML. Is there a way to achieve this by passing the template URL as follows:
<div widget templateUrl="template1.html"></div>
<div widget templateUrl="template2.html"></div>