mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +08:00
Merge pull request #6286 from caestrada/patch-1
docs(modal): update modal.ts
This commit is contained in:
@ -21,7 +21,7 @@ import {Transition, TransitionOptions} from '../../transitions/transition';
|
||||
* on the root nav controller.
|
||||
*
|
||||
* Data can be passed to a new modal through `Modal.create()` as the second
|
||||
* argument. The data can gen be accessed from the opened page by injecting
|
||||
* argument. The data can then be accessed from the opened page by injecting
|
||||
* `NavParams`. Note that the page, which opened as a modal, has no special
|
||||
* "modal" logic within it, but uses `NavParams` no differently than a
|
||||
* standard page.
|
||||
|
Reference in New Issue
Block a user