Skip to content

Commit 62dd765

Browse files
committed
Update AngularJS book to version 1.3.11
1 parent a6188d7 commit 62dd765

File tree

90 files changed

+112624
-19503
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+112624
-19503
lines changed

chapter1/angularjs-hello-world.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
ng-model="name"
88
placeholder="Enter your name">
99
<h1>Hello <span ng-bind="name"></span></h1>
10-
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.2.19/angular.js">
10+
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.11/angular.js">
1111
</script>
1212
</body>
1313

chapter1/basic-angularjs-app.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<body>
66
<h1>Hello {{1 + 2}}</h1>
77

8-
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.2.19/angular.js">
8+
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.11/angular.js">
99
</script>
1010
</body>
1111

0 commit comments

Comments
 (0)