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

@ -19,7 +19,7 @@ export class IonicDirective extends Directive {
}
}
export class IonicComponentNEW extends Component {
export class IonicComponent extends Component {
constructor(ComponentType) {
super( appendModeConfig(ComponentType) );
}
@ -86,7 +86,7 @@ function appendModeConfig(ComponentType) {
return config;
}
export class IonicComponent {
export class IonicComponent_OLD {
constructor(ComponentType, {
properties,
bind,