Skip to content

Instantly share code, notes, and snippets.

@ralfting
Last active August 29, 2015 14:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ralfting/e72f362f9d8e48520dd2 to your computer and use it in GitHub Desktop.
Save ralfting/e72f362f9d8e48520dd2 to your computer and use it in GitHub Desktop.
ng-app
<!doctype html>
<!-- inserido ng-app -->
<html ng-app>
<head>
<title>My Angular App</title>
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css" rel="stylesheet">
<style type="text/css">
body{padding-top:25px;}
.name{color:#F00;text-decoration:underline}
</style>
</head>
<body>
[ ... ]
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment