Last active
April 7, 2018 01:41
-
-
Save huytrongnguyen/cc7382b8d14527c0d27d44325587776d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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