iOS segment buttons

This commit is contained in:
Adam Bradley
2015-12-07 22:01:57 -06:00
parent 66e13b890f
commit d8e82bb2c7
3 changed files with 77 additions and 119 deletions

View File

@ -140,7 +140,7 @@ export class Segment extends Ion {
* @property {string} [value] - the value of the segment-button.
* @usage
* ```html
* <ion-segment [(ng-model)]="relationship" danger>
* <ion-segment [(ng-model)]="relationship" primary>
* <ion-segment-button value="friends">
* Friends
* </ion-segment-button>