Revert "IonInput extends Ion"

This reverts commit d9f46820f6.
This commit is contained in:
Adam Bradley
2015-07-16 17:32:58 -05:00
parent d9f46820f6
commit f62feb3f5a
2 changed files with 2 additions and 6 deletions

View File

@@ -71,7 +71,7 @@ export class TextInput extends IonInput {
app: IonicApp,
config: IonicConfig
) {
super(elementRef, config, app, scrollView);
super(elementRef, app, scrollView);
if (container) {
container.registerInput(this);