aboutsummaryrefslogtreecommitdiffstats
path: root/example
diff options
context:
space:
mode:
authorIgor Minar2011-09-12 18:56:02 +0200
committerIgor Minar2011-09-16 02:44:27 +0200
commita2a830e2273f2cb114d1889d6dece171621b046c (patch)
treef9eb0d18f8e9eadcbc031c5778ad98d4742396ea /example
parent8336f3f0ba89b529057027711ab4babd6c2cb649 (diff)
downloadangular.js-a2a830e2273f2cb114d1889d6dece171621b046c.tar.bz2
feat (jquery): upgrade everything to jQuery 1.6.4
Closes #556
Diffstat (limited to 'example')
-rw-r--r--example/calculator-bootstrap.html2
-rw-r--r--example/calculator-minified_init.html2
-rw-r--r--example/calculator.html2
-rw-r--r--example/tweeter/tweeter_addressbook.html2
-rw-r--r--example/tweeter/tweeter_demo.html2
5 files changed, 5 insertions, 5 deletions
diff --git a/example/calculator-bootstrap.html b/example/calculator-bootstrap.html
index a59dcf04..913d5b08 100644
--- a/example/calculator-bootstrap.html
+++ b/example/calculator-bootstrap.html
@@ -1,7 +1,7 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
- <script type="text/javascript" src="../lib/jquery/jquery-1.4.2.js"></script>
+ <script type="text/javascript" src="../lib/jquery/jquery.js"></script>
<script type="text/javascript" src="../src/angular-bootstrap.js"></script>
<script type="text/javascript">
$(document).ready(function(){
diff --git a/example/calculator-minified_init.html b/example/calculator-minified_init.html
index 84afa460..922aabb8 100644
--- a/example/calculator-minified_init.html
+++ b/example/calculator-minified_init.html
@@ -1,7 +1,7 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
- <script type="text/javascript" src="../lib/jquery/jquery-1.4.2.js"></script>
+ <script type="text/javascript" src="../lib/jquery/jquery.js"></script>
<script type="text/javascript" src="../angular-minified.js"></script>
<script type="text/javascript">
$(document).ready(function(){
diff --git a/example/calculator.html b/example/calculator.html
index 23332fa9..bd80eb9d 100644
--- a/example/calculator.html
+++ b/example/calculator.html
@@ -1,7 +1,7 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
- <script type="text/javascript" src="../lib/jquery/jquery-1.4.2.js"></script>
+ <script type="text/javascript" src="../lib/jquery/jquery.js"></script>
<script type="text/javascript" src="../angular-debug.js"></script>
<script type="text/javascript">
$(document).ready(function(){
diff --git a/example/tweeter/tweeter_addressbook.html b/example/tweeter/tweeter_addressbook.html
index ba915cb1..fb8f5b4b 100644
--- a/example/tweeter/tweeter_addressbook.html
+++ b/example/tweeter/tweeter_addressbook.html
@@ -4,7 +4,7 @@
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" type="text/css" href="../../css/angular.css">
<script type="text/javascript" src="../../lib/underscore/underscore.js"></script>
- <script type="text/javascript" src="../../lib/jquery/jquery-1.4.2.min.js"></script>
+ <script type="text/javascript" src="../../lib/jquery/jquery.min.js"></script>
<script type="text/javascript" src="../../src/angular-bootstrap.js"></script>
<script type="text/javascript" src="tweeterclient.js"></script>
</head>
diff --git a/example/tweeter/tweeter_demo.html b/example/tweeter/tweeter_demo.html
index a5ba95ba..0df794f4 100644
--- a/example/tweeter/tweeter_demo.html
+++ b/example/tweeter/tweeter_demo.html
@@ -4,7 +4,7 @@
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" type="text/css" href="../../css/angular.css">
<script type="text/javascript" src="../../lib/underscore/underscore.js"></script>
- <script type="text/javascript" src="../../lib/jquery/jquery-1.4.2.min.js"></script>
+ <script type="text/javascript" src="../../lib/jquery/jquery.min.js"></script>
<script type="text/javascript" src="../../src/angular-bootstrap.js"></script>
<script type="text/javascript" src="tweeterclient.js"></script>
</head>