mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
VC
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user