Merge pull request #6286 from caestrada/patch-1

docs(modal): update modal.ts
This commit is contained in:
Adam Bradley
2016-04-22 08:57:11 -05:00

View File

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