mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
alpha33
This commit is contained in:
@ -3,7 +3,6 @@ import {
|
||||
Directive,
|
||||
ElementRef,
|
||||
Optional,
|
||||
Parent,
|
||||
NgControl
|
||||
} from 'angular2/angular2';
|
||||
|
||||
@ -32,7 +31,7 @@ import {TapClick} from '../button/button';
|
||||
'<div class="checkbox-icon"></div>' +
|
||||
'</div>' +
|
||||
'<div class="item-content" id="{{labelId}}">' +
|
||||
'<content></content>' +
|
||||
'<ng-content></ng-content>' +
|
||||
'</div>'
|
||||
})
|
||||
export class Checkbox extends IonInputItem {
|
||||
|
Reference in New Issue
Block a user