refactor(nav): disable router for now

This commit is contained in:
Dan Bucholtz
2017-12-21 15:10:15 -06:00
parent 049b89d87f
commit 50c8b0015c

View File

@ -93,7 +93,7 @@ export class Nav implements PublicNav {
componentWillLoad() {
this.routes = Array.from(this.element.querySelectorAll('ion-route'))
.map(child => child.getRoute());
this.useRouter = this.config.getBoolean('useRouter', false);
this.useRouter = false; // this.config.getBoolean('useRouter', false);
}
componentDidLoad() {