mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-01-13 08:59:54 +08:00
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 #7807
This commit is contained in:
@@ -91,7 +91,7 @@ Here is an example of manually initializing Angular:
|
||||
<html>
|
||||
<body>
|
||||
Hello {{'World'}}!
|
||||
<script src="http://code.angularjs.org/angular.js"></script>
|
||||
<script src="http://code.angularjs.org/snapshot/angular.js"></script>
|
||||
|
||||
<script>
|
||||
angular.module('myApp', [])
|
||||
|
||||
Reference in New Issue
Block a user