From 6919bc46f547112fd96a90a591bd4e788a6f3986 Mon Sep 17 00:00:00 2001 From: Max Lynch Date: Wed, 9 Sep 2015 10:18:22 -0500 Subject: [PATCH] :derp: --- ionic/components/app/test/native/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ionic/components/app/test/native/index.ts b/ionic/components/app/test/native/index.ts index d118b39e32..de8046cc9d 100644 --- a/ionic/components/app/test/native/index.ts +++ b/ionic/components/app/test/native/index.ts @@ -16,10 +16,10 @@ import {VibrationPage} from 'pages/vibration'; @App({ templateUrl: 'main.html' }) -class IonicApp { +class MyApp { constructor(app: IonicApp) { this.app = app; - + this.firstPage = CameraPage; console.log('First page', CameraPage); this.plugins = [