mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 13:32:54 +08:00
rename src to ionic
This commit is contained in:
@ -1,26 +0,0 @@
|
||||
|
||||
<ion-view nav-title="Checkboxes">
|
||||
|
||||
<ion-content>
|
||||
|
||||
<div class="list-header">Some Checkboxes</div>
|
||||
|
||||
<ion-list>
|
||||
|
||||
<ion-checkbox [checked]="true">
|
||||
Apples
|
||||
</ion-checkbox>
|
||||
|
||||
<ion-checkbox>
|
||||
Bananas
|
||||
</ion-checkbox>
|
||||
|
||||
<ion-checkbox [disabled]="true">
|
||||
Oranges
|
||||
</ion-checkbox>
|
||||
|
||||
</ion-list>
|
||||
|
||||
</ion-content>
|
||||
|
||||
</ion-view>
|
Reference in New Issue
Block a user