mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-24 14:58:36 +08:00
setItems added to ViewController
This commit is contained in:
@ -5,6 +5,13 @@ export class NavController {
|
||||
this._nav = nav;
|
||||
}
|
||||
|
||||
/**
|
||||
* Set the history stack to match the list of component items.
|
||||
*/
|
||||
setItems(items) {
|
||||
return this._nav.setItems(items);
|
||||
}
|
||||
|
||||
/**
|
||||
* Clear the history stack.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user