mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 04:53:58 +08:00
docs(demos): camelCase allTheThings
This commit is contained in:
@ -7,7 +7,7 @@
|
|||||||
</ion-navbar>
|
</ion-navbar>
|
||||||
|
|
||||||
<ion-toolbar [attr.primary]="isAndroid ? '' : null">
|
<ion-toolbar [attr.primary]="isAndroid ? '' : null">
|
||||||
<ion-segment [(ng-model)]="pet">
|
<ion-segment [(ngModel)]="pet">
|
||||||
<ion-segment-button value="puppies">
|
<ion-segment-button value="puppies">
|
||||||
Puppies
|
Puppies
|
||||||
</ion-segment-button>
|
</ion-segment-button>
|
||||||
|
Reference in New Issue
Block a user