index.html
<!DOCTYPE html>
<html lang="pt-br" ng-app="alurapic">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<title>Alurapic</title>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/bootstrap-theme.min.css">
<script src="js/lib/angular.min.js"></script>
<script src="js/main.js"></script>
</head>
<body>
<div class="container">
<h1 class="text-center">Alurapic</h1>
</div> <!-- fim container -->
</body>
</html>
main.js
angular.module('alurapic', []);
Uso o chrome e estou com um erro Uncaught SyntaxError: Unexpected token <
e ao clicar no main.js:1
ele mostra o conteúdo do index.html. Além desse erro, tem um Uncaught Error:
Uncaught Error: [$injector:modulerr] http://errors.angularjs.org/1.3.15/$injector/modulerr?p0=alurapic&p1=Error%…0d%20(http%3A%2F%2Flocalhost%3A3000%2Fjs%2Flib%2Fangular.min.js%3A17%3A381)
Que deve ser em função da falha no carregamento do módulo.