forked from angular/angular.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(*): switch URLs from npmcdn.com to unpkg.com
The domain changed, the old one redirects to the new one.
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -150,7 +150,7 @@ You can see the complete application running below. | |
<app></app> | ||
|
||
<!-- Load up the router library - normally you might use npm and host it locally --> | ||
<script src="https://npmcdn.com/@angular/[email protected]/angular1/angular_1_router.js"></script> | ||
<script src="https://unpkg.com/@angular/[email protected]/angular1/angular_1_router.js"></script> | ||
</file> | ||
|
||
<file name="app.js"> | ||
|
@@ -493,7 +493,7 @@ You also need to include ES6 shims for browsers that do not support ES6 code (In | |
<!-- IE required polyfills, in this exact order --> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/es6-shim/0.33.3/es6-shim.min.js"></script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/systemjs/0.19.20/system-polyfills.js"></script> | ||
<script src="https://npmcdn.com/angular2/es6/dev/src/testing/shims_for_IE.js"></script> | ||
<script src="https://unpkg.com/angular2/es6/dev/src/testing/shims_for_IE.js"></script> | ||
``` | ||
|
||
## Create the `app` module | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters