feat(select): ion-select using alert radio/checkbox options

Closes #890 Closes #826 Closes #886
This commit is contained in:
Adam Bradley
2016-01-08 16:25:58 -06:00
parent 471f0f5df9
commit 270fca0c50
23 changed files with 658 additions and 75 deletions

View File

@ -20,6 +20,8 @@ import {ItemSliding} from '../components/item/item-sliding';
import {Toolbar, ToolbarTitle, ToolbarItem} from '../components/toolbar/toolbar';
import {Icon} from '../components/icon/icon';
import {Checkbox} from '../components/checkbox/checkbox';
import {Select} from '../components/select/select';
import {Option} from '../components/option/option';
import {Toggle} from '../components/toggle/toggle';
import {TextInput} from '../components/text-input/text-input';
import {Label} from '../components/label/label';
@ -85,6 +87,8 @@ import {ShowWhen, HideWhen} from '../components/show-hide-when/show-hide-when';
* - Checkbox
* - RadioGroup
* - RadioButton
* - Select
* - Option
* - Toggle
* - ItemInput
* - TextInput
@ -150,6 +154,8 @@ export const IONIC_DIRECTIVES = [
Checkbox,
RadioGroup,
RadioButton,
Select,
Option,
Toggle,
ItemInput,
TextInput,