Skip to content

Instantly share code, notes, and snippets.

@danielbonifacio
Created July 21, 2017 20:43
Show Gist options
  • Save danielbonifacio/ba4389b0701718592ad5a4ddf23d50b4 to your computer and use it in GitHub Desktop.
Save danielbonifacio/ba4389b0701718592ad5a4ddf23d50b4 to your computer and use it in GitHub Desktop.
Cria um Hello World em Angular1
<!DOCTYPE html>
<html lang="pt-br" ng-app="helloWorld">
<head>
<meta charset="UTF-8">
<title>Hello, World! em AngularJS</title>
<!--Import do Angular em arquivo Offline
Pode ser substituido pelo link da Google CDN-->
<script src="assets/js/angular.min.js"></script>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment