Skip to content

Instantly share code, notes, and snippets.

@shaundon
Created February 28, 2014 16:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shaundon/9273967 to your computer and use it in GitHub Desktop.
Save shaundon/9273967 to your computer and use it in GitHub Desktop.
// Rest of code omitted.
.directive('myDirective', function () {
return {
restrict : 'E',
templateUrl : '/templates/directives/mydirective.html',
replace : true
}
})
// Rest of code omitted.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment