Skip to content

Instantly share code, notes, and snippets.

@aholmes
Created August 24, 2014 00:42
Show Gist options
  • Save aholmes/d7f4290372c90ef59b43 to your computer and use it in GitHub Desktop.
Save aholmes/d7f4290372c90ef59b43 to your computer and use it in GitHub Desktop.
var myDirective = function()
{
return {
template: '<div data-ng-include="template.url"></div>',
link: function(scope)
{
scope.template = { url: '' };
}
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment