Skip to content

Instantly share code, notes, and snippets.

@czterystaczwarty
Created November 7, 2013 21:12
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 czterystaczwarty/7361945 to your computer and use it in GitHub Desktop.
Save czterystaczwarty/7361945 to your computer and use it in GitHub Desktop.
Angular directives in IE 8
<!doctype html>
<head>
<!--[if lte IE 8]>
<script>
document.createElement('poster');
</script>
<![endif]-->
</head>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment