mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
chore(docs): moving docs from /docs/v2 to /docs
This commit is contained in:
@ -12,9 +12,9 @@ import { DeepLinker } from '../../navigation/deep-linker';
|
||||
* A Modal is a content pane that goes over the user's current page.
|
||||
* Usually it is used for making a choice or editing an item. A modal uses the
|
||||
* `NavController` to
|
||||
* {@link /docs/v2/api/components/nav/NavController/#present present}
|
||||
* {@link /docs/api/components/nav/NavController/#present present}
|
||||
* itself in the root nav stack. It is added to the stack similar to how
|
||||
* {@link /docs/v2/api/components/nav/NavController/#push NavController.push}
|
||||
* {@link /docs/api/components/nav/NavController/#push NavController.push}
|
||||
* works.
|
||||
*
|
||||
* When a modal (or any other overlay such as an alert or actionsheet) is
|
||||
@ -111,8 +111,8 @@ import { DeepLinker } from '../../navigation/deep-linker';
|
||||
*
|
||||
* }
|
||||
* ```
|
||||
* @demo /docs/v2/demos/src/modal/
|
||||
* @see {@link /docs/v2/components#modals Modal Component Docs}
|
||||
* @demo /docs/demos/src/modal/
|
||||
* @see {@link /docs/components#modals Modal Component Docs}
|
||||
*/
|
||||
@Injectable()
|
||||
export class ModalController {
|
||||
|
||||
Reference in New Issue
Block a user