This commit is contained in:
Max Lynch
2015-06-18 18:09:12 -05:00
parent 32ad6cba23
commit b6c6a1c896

View File

@@ -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);