Skip to content

Instantly share code, notes, and snippets.

@sj26
Forked from geelen/gist:5201278
Last active December 15, 2015 04:28
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 sj26/5201293 to your computer and use it in GitHub Desktop.
Save sj26/5201293 to your computer and use it in GitHub Desktop.
my.angular.directives.directive "mydirective",
Array "$http", "$lolwhut", ($http, $lolwhut) ->
scope:
here: "i"
bind: "=some"
things: "&away"
link: (scope, el, attrs) ->
"WOW I'M DIRECTING"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment