config instance not class

This commit is contained in:
Tim Lancina
2015-07-17 09:23:06 -05:00
parent ff0f8ee8f7
commit 7b372adc7c

View File

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