Skip to content

Instantly share code, notes, and snippets.

Created February 23, 2017 13:52
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save anonymous/c480e18829bbb58f4d40d42caaa1f9c1 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html ng-app="plunker">
<head>
<meta charset="utf-8" />
<title>AngularJS Plunker</title>
<script data-require="angular.js@1.*" data-semver="1.6.1" src="https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.6.1/angular.js"></script>
<script>
angular.module('plunker', [])
</script>
</head>
<body>
<p>{{3+3}}!</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment