Skip to content

Instantly share code, notes, and snippets.

@chrisnicola
Created May 16, 2013 02:26
Show Gist options
  • Save chrisnicola/5588985 to your computer and use it in GitHub Desktop.
Save chrisnicola/5588985 to your computer and use it in GitHub Desktop.
Face Palm Directive for AngularJS
var facepalm = function() {
return {
replace: true,
template: "<pre>"
+ " .-'---`-.\n"
+ ",' `.\n"
+ "| \\\n"
+ "| \\\n"
+ "\\ _ \\\n"
+ ",\\ _ ,'-,/-)\\\n"
+ "( * \\ \\,' ,' ,'-)\n"
+ " `._,) -',-')\n"
+ " \\/ ''/\n"
+ " ) / /\n"
+ " / ,'-'\n"
+ "</pre>",
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment