Skip to content

Instantly share code, notes, and snippets.

@huytrongnguyen
Last active April 7, 2018 01:41
Show Gist options
  • Save huytrongnguyen/cc7382b8d14527c0d27d44325587776d to your computer and use it in GitHub Desktop.
Save huytrongnguyen/cc7382b8d14527c0d27d44325587776d to your computer and use it in GitHub Desktop.
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>AngularJS</title>
</head>
<body ng-app="app">
<section navbar></section>
<section ui-view></section>
<script src="dist/js/vendor.min.js"></script>
<script src="dist/js/app.min.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment