From 2621a87f5cecb125014a1ce18671afed8e36f913 Mon Sep 17 00:00:00 2001 From: mhartington Date: Tue, 9 Feb 2016 09:55:09 -0500 Subject: [PATCH] docs(modal): update docs --- ionic/components/modal/modal.ts | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/ionic/components/modal/modal.ts b/ionic/components/modal/modal.ts index 3f42d805a2..623540823f 100644 --- a/ionic/components/modal/modal.ts +++ b/ionic/components/modal/modal.ts @@ -25,9 +25,9 @@ import {Animation} from '../../animations/animation'; * "modal" logic within it, but uses `NavParams` no differently than a * standard page. * - * * @usage + * @usage * ```ts - * import {Modal, NavController, NavParams} from 'ionic/ionic'; + * import {Page, Modal, NavController, NavParams} from 'ionic/ionic'; * * @Page(...) * class HomePage { @@ -58,9 +58,8 @@ import {Animation} from '../../animations/animation'; * the submit button could pass the updated profile data, then dismiss the * modal. * - * @usage * ```ts - * import {Modal, NavController} from 'ionic/ionic'; + * import {Page, Modal, NavController} from 'ionic/ionic'; * * @Page(...) * class HomePage {