Skip to content

Commit

Permalink
Include a simple index for loading and displaying the application.
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Graber committed Oct 16, 2015
1 parent 18eb8dd commit b9586f2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions index.html
@@ -0,0 +1,13 @@
<!doctype html>
<html>
<head>
<title>Exploring Angular</title>
</head>
<body ng-app="exp-ang">
<header ng-controller="HelloWorldController as helloWorld">
<h1>{{helloWorld.message}}</h1>
</header>

<script src="/dist/bundle.js"></script>
</body>
</html>

0 comments on commit b9586f2

Please sign in to comment.