Undefined Javascript file ("angular,min.js")

953 views
Skip to first unread message

Egoitz Larrazabal

unread,
Jan 17, 2015, 10:30:11 AM1/17/15
to ang...@googlegroups.com
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

Garry Taylor

unread,
Jan 17, 2015, 12:20:25 PM1/17/15
to ang...@googlegroups.com
Where are you getting the error? Is this when viewing within the browser. If the scripts1 file getting run?

also check that you have angular.min.js and not angular,min.js as you have in the subject of this post.

Akshay Karande

unread,
Feb 10, 2016, 4:52:01 AM2/10/16
to AngularJS
hi same here i got error while i'm executing html file...error is "Undefined java-script file"..just post some hints on it
thank you guys!!

Sander Elias

unread,
Feb 10, 2016, 5:04:57 AM2/10/16
to AngularJS
Hi Akshay,

Have you seen this? ;)
You are not giving us much to help you.

Regards
Sander

Akshay Karande

unread,
Feb 10, 2016, 5:34:57 AM2/10/16
to ang...@googlegroups.com
hi sander,
thank you for your reply.yes by doing this error is gone..but it cannot used java script code..i'm trying to  work it succesfully

--
You received this message because you are subscribed to a topic in the Google Groups "AngularJS" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/angular/RkKkQc3rw2M/unsubscribe.
To unsubscribe from this group and all its topics, send an email to angular+u...@googlegroups.com.
To post to this group, send email to ang...@googlegroups.com.
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages