docs(modal): reference link

This commit is contained in:
mhartington
2016-01-04 17:12:17 -05:00
parent 55f1167a4a
commit 460f35c15f

View File

@@ -7,7 +7,7 @@ import {Animation} from '../../animations/animation';
* 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 NavController.present}
* {@link /docs/v2/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}
* works.