Skip to content

Instantly share code, notes, and snippets.

@slvdrog
Created August 16, 2012 17:07
Show Gist options
  • Select an option

  • Save slvdrog/3371731 to your computer and use it in GitHub Desktop.

Select an option

Save slvdrog/3371731 to your computer and use it in GitHub Desktop.
Angular Plugin - Short Method
angular.module('myModule', [])
.directive('directiveName', function() {
return function(scope, element, attrs) {
...
}
});
@jboone100

Copy link
Copy Markdown

dddd

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment