mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
component renamed to annotations
This commit is contained in:
@@ -1,13 +1,11 @@
|
||||
import {Renderer, ElementRef} from 'angular2/angular2'
|
||||
import {Component, Directive} from 'angular2/src/core/annotations_impl/annotations';
|
||||
import {View} from 'angular2/src/core/annotations_impl/view';
|
||||
import {ElementRef} from 'angular2/angular2'
|
||||
|
||||
import {ControlGroup, ControlDirective} from 'angular2/forms'
|
||||
import {dom} from 'ionic/util';
|
||||
import {IonicComponent} from 'ionic/config/component'
|
||||
import {IonicComponent, IonicView} from '../../config/annotations';
|
||||
|
||||
|
||||
@IonicComponent(Switch)
|
||||
@View({
|
||||
@IonicView({
|
||||
template: `
|
||||
<div class="item-content">
|
||||
<div class="item-title">
|
||||
|
||||
Reference in New Issue
Block a user