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

@ -31,7 +31,8 @@ export class IonicView extends View {
Icon,
// Form elements
//Checkbox, Switch, Label, Input, Segment, SegmentButton,
Segment, SegmentButton,
//Checkbox, Switch, Label, Input
//RadioGroup, RadioButton, SearchBar,
// Nav
@ -42,4 +43,3 @@ export class IonicView extends View {
super(config);
}
}