Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 9b51067

Browse files
eyedeancaitp
authored andcommittedJun 12, 2014
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.
1 parent a3208bf commit 9b51067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/content/guide/bootstrap.ngdoc

+1-1
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)