diff --git a/ionic/components/nav/view-controller.ts b/ionic/components/nav/view-controller.ts index 3a1a900165..9808725fd7 100644 --- a/ionic/components/nav/view-controller.ts +++ b/ionic/components/nav/view-controller.ts @@ -19,6 +19,14 @@ export class ViewController { this.navbarTemplateRef = null; } + setContent(content) { + this._content = content; + } + + getContent() { + return this._content; + } + /** * @private */