remove unused IonicComponent

This commit is contained in:
Adam Bradley
2015-06-18 18:31:22 -05:00
parent b6c6a1c896
commit 4aa6108d57
6 changed files with 0 additions and 29 deletions

View File

@@ -1,5 +1,4 @@
// import {NgElement, Component, View, Parent} from 'angular2/angular2'
// import {IonicComponent} from 'ionic/config/component'
/*
@@ -36,5 +35,3 @@ export class Alert {
}
}
*/
// new IonicComponent(Alert, {})

View File

@@ -1,7 +1,5 @@
import {Component, Directive} from 'angular2/src/core/annotations_impl/annotations';
import {IonicComponent} from 'ionic/config/component'
@Directive({
selector: 'ion-input'
@@ -12,5 +10,3 @@ export class Input {
console.log('INPUT');
}
}
// new IonicComponent(Input, {
// })

View File

@@ -1,7 +1,5 @@
import {Component, Directive} from 'angular2/src/core/annotations_impl/annotations';
import {IonicComponent} from 'ionic/config/component'
@Directive({
selector: 'ion-label'
@@ -10,5 +8,3 @@ export class Label {
constructor() {
}
}
// new IonicComponent(Label, {
// })

View File

@@ -11,7 +11,6 @@ import {ViewController} from '../view/view-controller';
import {ViewItem} from '../view/view-item';
import {Tabs} from './tabs';
import {Content} from '../content/content';
import {IonicComponent} from '../../config/component';
@Component({

View File

@@ -4,7 +4,6 @@ import {ElementRef} from 'angular2/src/core/compiler/element_ref';
import {ProtoViewRef} from 'angular2/src/core/compiler/view_ref';
import {NgZone} from 'angular2/src/core/zone/ng_zone';
import {IonicComponent} from 'ionic/config/component'
import {Platform} from 'ionic/platform/platform';
import * as dom from '../../util/dom';
@@ -82,9 +81,6 @@ export class Toolbar {
}
new IonicComponent(Toolbar, {
});
/*
Used to find and register headers in a view, and this directive's

View File

@@ -192,16 +192,3 @@ export class IonicComponent {
}
}
/*
@IonicComponent({
selector: 'ion-back-button',
properties: {
icon: {
ios: 'ion-back-ios',
android: 'ion-back-android',
default: 'ion-back'
}
}
})
*/