chore: fix linter errororororors

This commit is contained in:
Brandy Carney
2016-05-31 18:51:21 -04:00
parent e9d0c4569f
commit d7a6980112
3 changed files with 6 additions and 4 deletions

View File

@@ -39,7 +39,7 @@ export function ionicBootstrap(appRootComponent: any, customProviders?: Array<an
export function ionicPostBootstrap(ngComponentRef: ComponentRef<any>): ComponentRef<any> {
//ngComponentRef.injector.get(TapClick);
// ngComponentRef.injector.get(TapClick);
let app: App = ngComponentRef.injector.get(App);
app.setAppInjector(ngComponentRef.injector);