mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 21:48:42 +08:00
docs(navController): make popTo private
Closes https://github.com/driftyco/ionic-site/issues/615
This commit is contained in:
@ -288,6 +288,7 @@ export abstract class NavController {
|
|||||||
abstract popToRoot(opts?: NavOptions, done?: Function): Promise<any>;
|
abstract popToRoot(opts?: NavOptions, done?: Function): Promise<any>;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* @private
|
||||||
* Pop to a specific view in the history stack.
|
* Pop to a specific view in the history stack.
|
||||||
*
|
*
|
||||||
* @param {ViewController} view to pop to
|
* @param {ViewController} view to pop to
|
||||||
|
Reference in New Issue
Block a user