Skip to content

Commit

Permalink
fix(bootstrap): tapclick is injected, probably (#7128)
Browse files Browse the repository at this point in the history
  • Loading branch information
manucorporat authored and brandyscarney committed Jun 29, 2016
1 parent b0a1151 commit 7358072
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/config/bootstrap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { AppRoot, UserComponent } from '../components/app/app';
import { nativeRaf } from '../util/dom';
import { ionicProviders } from './providers';
import { Platform } from '../platform/platform';
import { TapClick } from '../components/tap-click/tap-click';
const _reflect: any = Reflect;


Expand Down Expand Up @@ -52,6 +53,7 @@ export function ionicPostBootstrap(ngComponentRef: ComponentRef<any>) {
let platform: Platform = ngComponentRef.injector.get(Platform);
platform.setZone(ngComponentRef.injector.get(NgZone));
platform.prepareReady();
ngComponentRef.injector.get(TapClick);

return ngComponentRef;
}
Expand Down

0 comments on commit 7358072

Please sign in to comment.