setItems added to ViewController

This commit is contained in:
Max Lynch
2015-06-20 12:54:18 -05:00
parent 2fdb4aeb29
commit 55e1817b0f
3 changed files with 39 additions and 11 deletions

View File

@ -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.
*/