Hello,
I am programming this HTML sheet in Eclipse IDE
<!DOCTYPE html>
<html ng-app>
<head>
<meta charset="ISO-8859-1">
<title>Cuaderno Alumnos</title>
<link rel="stylesheet" type="text/css" href="styles.css">
</head>
<body ng-controller="AlumnosController">
<h1>Cuaderno Alumnos</h1>
<div class="wrapper">
<div class="contact-item" ng-repeat="alumno in alumnos | orderBy:'nombre'">
<div class="nombre">
{{alumno.nombre}} - {{alumno.telefono}}
</div>
</div>
</div>
*<script src="angular.min.js" type="text/javascript"**>*</script>
<script src="scripts1.js" type="text/javascript"></script>
</body>
</html>
But in the line :
<script src="angular.min.js" type="text/javascript"></script>
Gives me the following error: *Undefined JavaScript file
("angular.min.js")*
I would appreciate some help to fix this error, because I dont understand
why gives me the error. "angular.min" is on the same level as "scripts1.js"
is.
Thanks in advance.
Regards
Egoitz
--
You received this message because you are subscribed to the Google Groups
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.