mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(content): add back get/setContent methods
This commit is contained in:
@@ -19,6 +19,14 @@ export class ViewController {
|
||||
this.navbarTemplateRef = null;
|
||||
}
|
||||
|
||||
setContent(content) {
|
||||
this._content = content;
|
||||
}
|
||||
|
||||
getContent() {
|
||||
return this._content;
|
||||
}
|
||||
|
||||
/**
|
||||
* @private
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user