Segment runs (incorrectly though)

This commit is contained in:
Max Lynch
2015-06-24 15:09:52 -05:00
parent 3044509953
commit febc56c35d
4 changed files with 34 additions and 43 deletions

View File

@@ -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>
<!--