Skip to content

Commit 10f43d4

Browse files
committed
demo(collection-repeat): use cdn files
1 parent 742690c commit 10f43d4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

demos/collection-repeat/index.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,8 @@
55

66
<title>Collection-Repeat: Early Preview</title>
77

8-
<!-- <link href="http://code.ionicframework.com/nightly/css/ionic.css" rel="stylesheet"> -->
9-
<!-- <script src="http://code.ionicframework.com/nightly/js/ionic.bundle.js"></script> -->
10-
<link href="../../dist/css/ionic.css" rel="stylesheet">
11-
<script src="../../dist/js/ionic.bundle.js"></script>
8+
<link href="http://code.ionicframework.com/nightly/css/ionic.css" rel="stylesheet">
9+
<script src="http://code.ionicframework.com/nightly/js/ionic.bundle.js"></script>
1210
<link href="style.css" rel="stylesheet">
1311
<script src="script.js"></script>
1412
<script src="contacts.js"></script>

0 commit comments

Comments
 (0)