File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ You can see the complete application running below.
150
150
<app></app>
151
151
152
152
<!-- Load up the router library - normally you might use npm and host it locally -->
153
- <script src="https://
npmcdn .com/@angular/
[email protected] /angular1/angular_1_router.js"></script>
153
+ <script src="https://
unpkg .com/@angular/
[email protected] /angular1/angular_1_router.js"></script>
154
154
</file>
155
155
156
156
<file name="app.js">
@@ -493,7 +493,7 @@ You also need to include ES6 shims for browsers that do not support ES6 code (In
493
493
<!-- IE required polyfills, in this exact order -->
494
494
<script src="https://cdnjs.cloudflare.com/ajax/libs/es6-shim/0.33.3/es6-shim.min.js"></script>
495
495
<script src="https://cdnjs.cloudflare.com/ajax/libs/systemjs/0.19.20/system-polyfills.js"></script>
496
- <script src="https://npmcdn .com/angular2/es6/dev/src/testing/shims_for_IE.js"></script>
496
+ <script src="https://unpkg .com/angular2/es6/dev/src/testing/shims_for_IE.js"></script>
497
497
```
498
498
499
499
## Create the `app` module
Original file line number Diff line number Diff line change 26
26
* <!-- IE required polyfills, in this exact order -->
27
27
* <script src="https://cdnjs.cloudflare.com/ajax/libs/es6-shim/0.33.3/es6-shim.min.js"></script>
28
28
* <script src="https://cdnjs.cloudflare.com/ajax/libs/systemjs/0.19.20/system-polyfills.js"></script>
29
- * <script src="https://npmcdn .com/angular2/es6/dev/src/testing/shims_for_IE.js"></script>
29
+ * <script src="https://unpkg .com/angular2/es6/dev/src/testing/shims_for_IE.js"></script>
30
30
* ```
31
31
*
32
32
* Then load the module in your application by adding it as a dependent module:
You can’t perform that action at this time.
0 commit comments