diff --git a/ionic/components/view/view-controller.js b/ionic/components/view/view-controller.js index ebcad5af41..bce8f67cf3 100644 --- a/ionic/components/view/view-controller.js +++ b/ionic/components/view/view-controller.js @@ -27,6 +27,9 @@ export class ViewController { this.loader = loader; this.injector = injector; + // TODO: Make this generic? + this.domElement = elementRef.domElement; + this.items = []; this.navCtrl = new NavController(this); this.panes = new PaneController(this);