Skip to content

Instantly share code, notes, and snippets.

@beginor
Created November 17, 2014 08:22
Show Gist options
  • Select an option

  • Save beginor/bf9e9e69b6a1f6fe0226 to your computer and use it in GitHub Desktop.

Select an option

Save beginor/bf9e9e69b6a1f6fe0226 to your computer and use it in GitHub Desktop.
html template
<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