rename IonicComponent stuff

This commit is contained in:
Adam Bradley
2015-06-18 19:01:00 -05:00
parent 6978a5b2fb
commit 8664566f48
15 changed files with 34 additions and 33 deletions

View File

@ -6,7 +6,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'
import {Button} from 'ionic/components/button/button'
@ -103,7 +103,7 @@ export class Segment {
}
}
new IonicComponent(Segment, {
new IonicComponent_OLD(Segment, {
});
@Component({