Created
November 17, 2014 08:22
-
-
Save beginor/bf9e9e69b6a1f6fe0226 to your computer and use it in GitHub Desktop.
html template
This file contains hidden or 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
| <html ng-app="app"> | |
| <head lang="en"> | |
| <meta charset="UTF-8"> | |
| <title>AngularJS DEMO</title> | |
| </head> | |
| < body ng-controller="DemoController"> | |
| <h1>{{greeting}}</h1> | |
| <script type="text/javascript" src="scripts/lib/require/require.js" | |
| data-main="scripts/main"></script> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment