Skip to content

Instantly share code, notes, and snippets.

@gajus
Created October 2, 2014 11:46
Show Gist options
  • Save gajus/0a8dbf46ca822a4dec2b to your computer and use it in GitHub Desktop.
Save gajus/0a8dbf46ca822a4dec2b to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html ng-app="example">
<head>
<title></title>
<script src="./static/js/angular.js"></script>
<script src="./static/js/modules/example.js"></script>
<script src="./static/js/controllers/date.js"></script>
<link rel="stylesheet" type="text/css" href="./static/css/main.css">
</head>
<body ng-controller="date">
<div class="row">
<div class="column">{{date || 'unknown'}}</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment