mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
demo(collection-repeat): use cdn files
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
|
||||
<title>Collection-Repeat: Early Preview</title>
|
||||
|
||||
<link href="../../dist/css/ionic.css" rel="stylesheet">
|
||||
<script src="../../dist/js/ionic.bundle.js"></script>
|
||||
<link href="http://code.ionicframework.com/nightly/css/ionic.css" rel="stylesheet">
|
||||
<script src="http://code.ionicframework.com/nightly/js/ionic.bundle.js"></script>
|
||||
<link href="style.css" rel="stylesheet">
|
||||
<script src="script.js"></script>
|
||||
<script src="contacts.js"></script>
|
||||
@@ -17,8 +17,8 @@
|
||||
<h1 class="title">3000 Contacts</h1>
|
||||
</ion-header-bar>
|
||||
<ion-header-bar class="bar-light bar-subheader">
|
||||
<input type="search"
|
||||
placeholder="Filter contacts..."
|
||||
<input type="search"
|
||||
placeholder="Filter contacts..."
|
||||
ng-model="search"
|
||||
ng-focus="searchFocused = true"
|
||||
ng-blur="searchFocused = false"
|
||||
|
||||
Reference in New Issue
Block a user