Segments can be placed in a toolbar or anywhere in the content.
+
+
+
+ All
+
+
+ Not on This Phone
+
+
+
+
+
+ Standard
+
+
+ Hybrid
+
+
+ Satellite
+
+
+
+
+
+ Model S
+
+
+ Model X
+
+
+ Model 3
+
+
+
+
+
+
+
Puppies
@@ -17,95 +107,40 @@
+
+
+
+ List
+
+
+ Day
+
+
+ Month
+
+
+
-
+
+
+
+ Off
+
+
+ Manual
+
+
+ Auto
+
+
+
-
-
-
-
-
-
-
-
-
Ruby
-
-
-
-
-
-
Oscar
-
-
-
-
-
-
Zoey
-
-
-
-
-
-
Otto
-
-
-
-
-
-
-
-
-
Luna
-
-
-
-
-
-
Milo
-
-
-
-
-
-
Bandit
-
-
-
-
-
-
Nala
-
-
-
-
-
-
-
-
-
Daffy
-
-
-
-
-
-
Huey
-
-
-
-
-
-
Dewey
-
-
-
-
-
-
Louie
-
-
-
-
-
-
+ .icon-segment-demo .segment-button {
+ max-height: 2.4rem;
+ }
+
diff --git a/ionic/components/segment/segment.ts b/ionic/components/segment/segment.ts
index eb5d297dbc..eca848ac8d 100644
--- a/ionic/components/segment/segment.ts
+++ b/ionic/components/segment/segment.ts
@@ -38,9 +38,8 @@ import {isDefined} from '../../util/util';
*
* ```
*
- * @property {string} [value] - the value of the segment-button. Required.
- * @property {Any} [click] - expression to evaluate when a segment button has been clicked
- * @property {Any} (select) - expression to evaluate when a segment selection has been changed
+ * @property {string} [value] - the value of the segment button. Required.
+ * @property {Any} (select) - expression to evaluate when a segment button has been clicked
*
* @demo /docs/v2/demos/segment/
* @see {@link /docs/v2/components#segment Segment Component Docs}
@@ -136,7 +135,7 @@ export class SegmentButton {
*
* ```
*
- * @property {Any} [change] - expression to evaluate when a segment button has been changed
+ * @property {Any} (change) - expression to evaluate when a segment button has been changed
*
* @demo /docs/v2/demos/segment/
* @see {@link /docs/v2/components#segment Segment Component Docs}