Skip to content

Commit abf31ae

Browse files
eyedeancaitp
authored andcommitted
docs(guide/bootstrap): fix link to angular.js script in example
code.angularjs.org/angular.js is 404, updated it Updated http://code.angularjs.org/angular.js in the example to http://code.angularjs.org/snapshot/angular.js It works fine now. Closes angular#7807
1 parent dd1d189 commit abf31ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/bootstrap.ngdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Here is an example of manually initializing Angular:
9191
<html>
9292
<body>
9393
Hello {{'World'}}!
94-
<script src="http://code.angularjs.org/angular.js"></script>
94+
<script src="http://code.angularjs.org/snapshot/angular.js"></script>
9595

9696
<script>
9797
angular.module('myApp', [])

0 commit comments

Comments
 (0)