mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Segment runs (incorrectly though)
This commit is contained in:
@@ -2,13 +2,13 @@
|
||||
<form (^submit)="doSubmit($event)" [control-group]="form">
|
||||
|
||||
<ion-segment control="mapStyle">
|
||||
<ion-segment-button value="standard" ion-button>
|
||||
<ion-segment-button value="standard" button>
|
||||
Standard
|
||||
</ion-segment-button>
|
||||
<ion-segment-button value="hybrid" ion-button>
|
||||
<ion-segment-button value="hybrid" button>
|
||||
Hybrid
|
||||
</ion-segment-button>
|
||||
<ion-segment-button value="sat" ion-button>
|
||||
<ion-segment-button value="sat" button>
|
||||
Satellite
|
||||
</ion-segment-button>
|
||||
<!--
|
||||
|
||||
Reference in New Issue
Block a user