1
2
3
4
5
6
7
8
9
10
11
12
13
14<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title>Angular Git Navigation Demo</title>
<script src="../bower_components/angular/angular.js"></script>
<script src="../bower_components/ui-router/release/angular-ui-router.js"></script>
<script src="../bower_components/angular-animate/angular-animate.js"></script>
<script src="../bower_components/requirejs/require.js" data-main="scripts/config"></script>
</head>
<body>
<github-nav user="leog" repo="epsilon"></github-nav>
</body>
</html>