Skip to content

Instantly share code, notes, and snippets.

@malerba118
Last active June 14, 2017 18:51
Show Gist options
  • Save malerba118/9f0b21ac296e004b5d96912aca674dbc to your computer and use it in GitHub Desktop.
Save malerba118/9f0b21ac296e004b5d96912aca674dbc to your computer and use it in GitHub Desktop.
<html lang="en">
<head>
<title>AngularJS Demo</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400' rel='stylesheet' type='text/css'>
<link href="styles.css" rel='stylesheet' type='text/css'>
</head>
<body ng-app="DemoApp" ng-cloak>
<div ui-view>Loading...</div>
<script src="https://code.angularjs.org/1.2.10/angular.min.js"></script>
<script src="https://angular-ui.github.io/ui-router/release/angular-ui-router.min.js"></script>
<script src="app.js"></script>
<script src="note.service.js"></script>
<script src="note.detail.controller.js"></script>
<script src="root.controller.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment