mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
feat(select): ion-select using alert radio/checkbox options
Closes #890 Closes #826 Closes #886
This commit is contained in:
@@ -57,7 +57,7 @@ ion-checkbox {
|
||||
top: 0;
|
||||
left: 3px;
|
||||
width: 4px;
|
||||
height: 9px;
|
||||
height: 8px;
|
||||
border-left: none;
|
||||
border-top: none;
|
||||
content: '';
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
import {Component, Directive, Optional, ElementRef, Input, Renderer, HostListener} from 'angular2/core';
|
||||
import {NgControl} from 'angular2/common';
|
||||
|
||||
import {Ion} from '../ion';
|
||||
import {Form} from '../../util/form';
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user