Skip to content

Instantly share code, notes, and snippets.

@lonelydatum
Last active August 29, 2015 14:16
Show Gist options
  • Save lonelydatum/7592c874e67bf22fb312 to your computer and use it in GitHub Desktop.
Save lonelydatum/7592c874e67bf22fb312 to your computer and use it in GitHub Desktop.
angular
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
</head>
<body ng-app="myApp">
<div ng-controller="Ctrl">
</div>
<script src="../app/components/angularjs/angular.js"></script>
<script src="js/app.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment