mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 11:41:20 +08:00
rename IonicComponent stuff
This commit is contained in:
@ -5,10 +5,10 @@ import {Ancestor} from 'angular2/src/core/annotations_impl/visibility';
|
||||
import {View} from 'angular2/src/core/annotations_impl/view';
|
||||
|
||||
//import {ControlGroup, ControlDirective} from 'angular2/forms';
|
||||
import {IonicComponentNEW} from '../../config/component';
|
||||
import {IonicComponent} from '../../config/component';
|
||||
|
||||
|
||||
@IonicComponentNEW(Checkbox)
|
||||
@IonicComponent(Checkbox)
|
||||
@View({
|
||||
template: `
|
||||
<div class="item-media media-checkbox">
|
||||
|
Reference in New Issue
Block a user