mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 19:57:22 +08:00
rename IonicComponent stuff
This commit is contained in:
@ -4,7 +4,7 @@ import {View} from 'angular2/src/core/annotations_impl/view';
|
||||
|
||||
import {ControlGroup, ControlDirective} from 'angular2/forms'
|
||||
import {dom} from 'ionic/util';
|
||||
import {IonicComponent} from 'ionic/config/component'
|
||||
import {IonicComponent_OLD} from 'ionic/config/component'
|
||||
|
||||
@Component({
|
||||
selector: 'ion-switch',
|
||||
@ -90,4 +90,4 @@ export class Switch {
|
||||
}
|
||||
}
|
||||
|
||||
new IonicComponent(Switch, {})
|
||||
new IonicComponent_OLD(Switch, {})
|
||||
|
Reference in New Issue
Block a user