Skip to content

Commit

Permalink
chore(NavRegistry): update to work with ionicBootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdbradley committed Jun 1, 2016
1 parent 11448dc commit f4f6f7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/config/bootstrap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ export function ionicProviders(customProviders?: Array<any>, config?: any): any[
let clickBlock = new ClickBlock();
let events = new Events();
let featureDetect = new FeatureDetect();
let navRegistry = new NavRegistry();

setupDom(window, document, config, platform, clickBlock, featureDetect);
bindEvents(window, document, platform, events);
Expand All @@ -100,7 +101,7 @@ export function ionicProviders(customProviders?: Array<any>, config?: any): any[
Form,
Keyboard,
MenuController,
NavRegistry,
provide(NavRegistry, {useValue: navRegistry}),
provide(Platform, {useValue: platform}),
Translate,
TapClick,
Expand Down

0 comments on commit f4f6f7b

Please sign in to comment.