Skip to content

Instantly share code, notes, and snippets.

@superchris
Created May 4, 2015 20:55
Show Gist options
  • Save superchris/a309ef236a61a2ecb5fd to your computer and use it in GitHub Desktop.
Save superchris/a309ef236a61a2ecb5fd to your computer and use it in GitHub Desktop.
JS Bin Hello Angular // source http://jsbin.com/lomug/14
<!DOCTYPE html>
<html>
<head>
<script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.3.15/angular.min.js"></script>
<meta name="description" content="Hello Angular" />
<script src="http://code.jquery.com/jquery.min.js"></script>
<link href="http://getbootstrap.com/2.3.2/assets/css/bootstrap.css" rel="stylesheet" type="text/css" />
<link href="http://getbootstrap.com/2.3.2/assets/css/bootstrap-responsive.css" rel="stylesheet" type="text/css" />
<script src="http://getbootstrap.com/2.3.2/assets/js/bootstrap.js"></script>
<meta charset=utf-8 />
<title>JS Bin</title>
</head>
<body>
<script id="jsbin-source-html" type="text/html"><!DOCTYPE html>
<html>
<head>
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.3.15/angular.min.js"><\/script>
<meta name="description" content="Hello Angular" />
<script src="http://code.jquery.com/jquery.min.js"><\/script>
<link href="http://getbootstrap.com/2.3.2/assets/css/bootstrap.css" rel="stylesheet" type="text/css" />
<link href="http://getbootstrap.com/2.3.2/assets/css/bootstrap-responsive.css" rel="stylesheet" type="text/css" />
<script src="http://getbootstrap.com/2.3.2/assets/js/bootstrap.js"><\/script>
<meta charset=utf-8 />
<title>JS Bin</title>
</head>
<body>
</body>
</html></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment